Oleksandr Kozachuk ok
ok pushed to main at kaizenkodo/Learning 2023-09-09 14:16:57 +02:00
af5320e612 Improve GNU Ed learning plan.
ok pushed to main at kaizenkodo/Learning 2023-09-09 13:41:45 +02:00
c9ace7a0db Improve README.md
ok pushed to main at kaizenkodo/Learning 2023-09-09 13:32:39 +02:00
66136a4159 Merge kaizenkodo.no:kaizenkodo/Learning
7642838bca Generate convert.py and improve Makefile.
585105b31b First iteration.
Compare 3 commits »
ok created repository kaizenkodo/Learning 2023-09-09 13:28:19 +02:00
ok pushed to main at kaizenkodo/ChatMastermind 2023-09-09 11:57:11 +02:00
3ef1339cc0 Fix extracting source file with type specification.
ed567afbea Make it possible to print just question or answer on printing files.
Compare 2 commits »
ok pushed to main at kaizenkodo/ChatMastermind 2023-09-07 18:11:40 +02:00
6e447018d5 Fix tags_completter.
ok pushed to main at kaizenkodo/ChatMastermind 2023-08-16 13:01:28 +02:00
380b7c1b67 Python 3.9 compatibility.
e8343fde01 test_main: added type annotations and a helper class / function
ee8deed320 configuration: added validation
dc13213c4d configuration is now a TypedDict in its own module
4303fb414f added typ hints for all functions in 'main.py', 'utils.py', 'storage.py' and 'api_client.py'
Compare 6 commits »
ok deleted branch mypy_fixes from kaizenkodo/ChatMastermind 2023-08-16 13:01:28 +02:00
ok merged pull request kaizenkodo/ChatMastermind#4 2023-08-16 13:01:27 +02:00
Better type annotations and stricter mypy checks (#3 )
ok closed issue kaizenkodo/ChatMastermind#3 2023-08-16 12:27:31 +02:00
Better type annotations and stricter mypy checks
ok commented on issue kaizenkodo/ChatMastermind#3 2023-08-16 12:27:23 +02:00
Better type annotations and stricter mypy checks

Fixed in #4.

ok pushed to mypy_fixes at kaizenkodo/ChatMastermind 2023-08-16 12:24:14 +02:00
380b7c1b67 Python 3.9 compatibility.
ok pushed to main at kaizenkodo/ChatMastermind 2023-08-12 21:37:08 +02:00
e8eba0b755 Merge pull request 'Using subcommands instead of arguments' (#2) from subcommands into main
1e15a52e26 updated README and some minor renaming
c4a7c07a0c fixed tests
22bebc16ed fixed min nr of expected arguments
f7ba0c000f renamed 'model' command to 'config'
Compare 18 commits »
ok deleted branch subcommands from kaizenkodo/ChatMastermind 2023-08-12 21:37:08 +02:00
ok merged pull request kaizenkodo/ChatMastermind#2 2023-08-12 21:37:06 +02:00
Using subcommands instead of arguments
ok pushed to subcommands at kaizenkodo/ChatMastermind 2023-08-12 13:58:21 +02:00
b6eb7d9af8 Fix autocompletion.
ok commented on issue kaizenkodo/ChatMastermind#1 2023-08-12 13:37:13 +02:00
Subcommands

Implemented in #2.

ok closed issue kaizenkodo/ChatMastermind#1 2023-08-12 13:37:13 +02:00
Subcommands
ok pushed to subcommands at kaizenkodo/ChatMastermind 2023-08-12 13:17:17 +02:00
6ed459be6f Fix tests.
ok pushed to subcommands at kaizenkodo/ChatMastermind 2023-08-12 12:44:19 +02:00
1fb9144192 Change REDAME.md with the new call semantics.