Oskar Winkels o.winkels
  • Joined on 2018-11-29
o.winkels pushed to master at FaSTTUBe/fs-quiz-tool 2021-01-05 23:32:09 +01:00
71095cd5b8 Added basic rule system
o.winkels pushed to master at FaSTTUBe/fs-quiz-tool 2021-01-05 18:33:50 +01:00
83544a28be Refactor this shit
2ad48d5518 Refactor this shit
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/fs-quiz-tool 2021-01-05 18:32:21 +01:00
2ad48d5518 Refactor this shit
o.winkels pushed to master at FaSTTUBe/fs-quiz-tool 2020-12-16 12:57:58 +01:00
c39284729d Update 'FORMAT.md'
o.winkels pushed to master at FaSTTUBe/fs-quiz-tool 2020-12-16 12:44:40 +01:00
0a3ac75f53 Add format examples
8e1de71771 Add format examples
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/fs-quiz-tool 2020-12-16 12:43:06 +01:00
8e1de71771 Add format examples
af0660be40 Add format examples
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/fs-quiz-tool 2020-12-16 12:40:38 +01:00
af0660be40 Add format examples
20b27b9685 Add format examples
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/fs-quiz-tool 2020-12-16 12:39:54 +01:00
20b27b9685 Add format examples
e4247a6f16 Add format examples
Compare 2 commits »
o.winkels pushed to master at FaSTTUBe/fs-quiz-tool 2020-12-16 12:37:44 +01:00
e4247a6f16 Add format examples
o.winkels pushed to master at FaSTTUBe/ftracker 2020-12-15 23:58:27 +01:00
09a4bcb201 Docker usually requires sudo
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.