Oskar Winkels o.winkels
  • Joined on 2018-11-29
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:48:55 +01:00
5c58abd977 Unify qotes and file perms in setup.py
o.winkels closed issue FaSTTUBe/ftracker#19 2020-12-15 23:41:31 +01:00
[Maintenance] Use pathlib instead of os.path.*
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:41:31 +01:00
2241b3c2d0 Switch from os to pathlib because it's more modern i guess?
o.winkels commented on issue FaSTTUBe/ftracker#19 2020-12-15 23:33:14 +01:00
[Maintenance] Use pathlib instead of os.path.*

Interesting, i did not know that. I'll have a look at it

o.winkels closed issue FaSTTUBe/ftracker#20 2020-12-15 23:31:28 +01:00
[Maintenance] Avoid from module import *
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:31:28 +01:00
ca8f962102 Expose/import more conservatively (Resolves #20)
4c48a55e41 Expose/import more conservatively
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:30:09 +01:00
4c48a55e41 Expose/import more conservatively
o.winkels commented on issue FaSTTUBe/ftracker#22 2020-12-15 23:27:04 +01:00
Add typehints for richer editor support

This is a very small codebase and not performance critical, and my editor does not have support for this.

o.winkels closed issue FaSTTUBe/ftracker#21 2020-12-15 23:25:17 +01:00
[Maintenance] Use arg-parsing lib
o.winkels commented on issue FaSTTUBe/ftracker#21 2020-12-15 23:25:17 +01:00
[Maintenance] Use arg-parsing lib

I really don't think this is necessary since ftracker is not meant to be run from CLI in production. The only argument exists solely for debugging purposes and could just as well be removed. I don't expect further CLI options since all customization happens via the config file.

o.winkels commented on issue FaSTTUBe/ftracker#20 2020-12-15 23:23:11 +01:00
[Maintenance] Avoid from module import *

I think in this particular instance it makes sense though since we want the entire contents of the core namespace to be available both in main and in init(import) mode because we essentially want to pretend core is both __init__ and __main__.

o.winkels closed issue FaSTTUBe/ftracker#18 2020-12-15 23:19:11 +01:00
Write Manual
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:19:11 +01:00
8c5e359f5b Add customization manual (Resolves #18)
1188df66cc Add customization manual
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:18:11 +01:00
1188df66cc Add customization manual
edd3c668bc Add customization manual
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:17:39 +01:00
edd3c668bc Add customization manual
c13205b0c9 Add customization manual
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:16:00 +01:00
c13205b0c9 Add customization manual
20de1c1af2 Add customization manual
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:13:46 +01:00
20de1c1af2 Add customization manual
c0c81865dd Add customization manual
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:12:20 +01:00
c0c81865dd Add customization manual
2c706c64dc Add customization manual
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:09:45 +01:00
2c706c64dc Add customization manual
o.winkels opened issue FaSTTUBe/ftracker#18 2020-12-15 19:07:22 +01:00
Write Manual