jatinn
jatinn
Been using mise for tool management and had started trying to use `tasks` but ran into some issues when trying to run from nested dirs. Have a minimal test setup...
Took a shot at adding support for support toggling multiple options as mentioned in #180 Some notable changes: - key bindings displayed are now based on the settings of the...
Just found about this project and its making building an interactive cli tool so easy so thanks for that. **Is your feature request related to a problem? Please describe.** It...
was checking this out as a way of improving displayed logs however noticed that `slog.Group` fields are represented differently for both the text and json formatter Here is the output...
**Describe the bug** If a database name is provided that does not exist, we get back an error however even though `db.Close()` is executed the network connection still remains open....
- since warnings are enabled when a script exits a `ResourceWarning: unclosed socket` is displayed added a close method which will close the underlying socket. - replaced README.md with README.rst...