30th March 2022
Life Management⚑
Task Management⚑
Task Management Workflows⚑
- Correction: Update the task workflow of the month, and week plannings.
Coding⚑
Python⚑
Type Hints⚑
-
Correction: Update TypeVars nomenclature.
Using
UserT
is not supported by pylint, useUserT
instead.
questionary⚑
-
New: Exit when using control + c.
If you want the question to exit when it receives a
KeyboardInterrupt
event, useunsafe_ask
instead ofask
.