Martín Gaitán
Martín Gaitán
I couldn't paste on the input popup and typing a token char by char is too error-prone. Cheching the code I wrote manually `~/.omnivorex` but I consider this "first experience"...
`uv init mypackage` currently generates a "src" layout: ``` . ├── pyproject.toml ├── README.md └── src └── mypackage └── __init__.py ``` That's okay as the default because this layout has...
I propose a `--with-auto` (or `--auto` directly) flag that does its best attempt to satisfy missing dependencies in a script/package being executed by `uv tool`. For example, [this lib](https://github.com/bndr/pipreqs) does...
Hi everyone, As the creator of sphinxcontrib-mermaid, I’ve been thrilled to see the project widely adopted by the community. Unfortunately, I’m no longer able to be as responsive or dedicate...
Hello Omnivore team, I am currently using the Omnivore API in a script that runs daily at 20:30 UTC (to send articles to kindle, see https://github.com/omnivore-app/omnivore/issues/2142#issuecomment-2323465807) . The script automatically...
``` $ shbin dl https://github.com/Shiphero/pastebin/blob/main/mgaitan/ci2otel/reruns_app_endpoints_tests_naruto.xml Traceback (most recent call last): File "/home/tin/lab/Shiphero-API/.venv/bin/shbin", line 8, in sys.exit(main()) File "/home/tin/lab/Shiphero-API/.venv/lib/python3.10/site-packages/shbin.py", line 141, in main return download(args[""], repo, user) File "/home/tin/lab/Shiphero-API/.venv/lib/python3.10/site-packages/shbin.py", line 114,...
``` (Shiphero-API) tin@morocha:~/lab/Shiphero-API$ shbin dl compare_reqs.py x content not found (Shiphero-API) tin@morocha:~/lab/Shiphero-API$ shbin dl mgaitan/compare_reqs.py ✓ downloaded compare_reqs.py ``` I expected the first case to work
https://shiphero.breezy.hr/?&remote=remote#positions This URL links to [Shiphero](https://shiphero.com)'s job board, which lists open remote positions within the company. Shiphero is a well-established company providing advanced warehouse management software and solutions for e-commerce...
This pull request includes an update to the `README.md` file to inform users about the project's status and provide a link to a modern version under active development.
This PR introduces the ability to render program output using **Rich** in an SVG format. When Rich mode is active, the output is styled with colors and formatting, resulting in...