traal

Results 11 issues of traal

Maybe it's time to make a new release? 😊 * I upgraded _pyproject.toml_ with version requirements for python, and ran `poetry update` to bump everything to the latest version and...

## Summary When Click is used inside zipapps produced by Shiv or PEX, it displays an invalid "Usage" string. Instead of "Usage: program" it says "Usage: python -m program". I...

This change ensures that "Usage" help output is correctly displayed when Click scripts are run inside Shiv or PEX zipapps, where `__package__` is set to the empty string rather than...

I fixed some syntax errors, ran ShellCheck, and cleaned up the code a little.

Compilation error on _macOS Catalina 10.15.5_: ``` utils.c:372:62: error: unused parameter 'completions' [-Werror,-Wunused-parameter] getstring_with_completion(char *prompt, const char * const * completions) ^ 1 error generated. ``` The error seems happen...

Compilation error on _Red Hat Enterprise Linux Workstation release 7.5 (Maipo)_: ``` manual.c: In function 'add_highlights': manual.c:1866:16: error: 'uint64_t' undeclared (first use in this function); did you mean 'u_int64_t'? else...

Add link and description for Typer. I think this is an interesting project because the design is similar (but not identical) to argh.

### Steps to reproduce 1. Use Windows 11. 2. Type `winget install vim.vim` ```text Downloading https://github.com/vim/vim-win32-installer/releases/download/v9.0.1672/gvim_9.0.1672_x64.exe β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 10.4 MB / 10.4 MB Successfully verified installer hash Starting package install... The...

bug

Add link to Dracula tmux theme on Github.

Similar to Dataclasses or pydantic, [msgspec][] `Struct` is a pretty cool model. It might be interesting to be able to convert to and from it. [msgspec]: https://github.com/jcrist/msgspec "A fast serialization...

type: feature
domain: model introspection