Mihai
Mihai
is there a feasible way to do this? maybe it makes no sense, if displaying file size. but if i'm using this as an `ls` substitute, it feels weird for...
regular command followed up by successful pip install ``` uv pip install pysha3==1.0.2 Resolved 1 package in 24ms error: Failed to download distributions Caused by: Failed to fetch wheel: pysha3==1.0.2...
part one
attempting `py2puml elfpy elfpy > elfpy.plantuml` on [https://github.com/element-fi/elf-simulations/tree/2349ebf365f5c3c589ad42d85a263a241010dac7](https://github.com/element-fi/elf-simulations/tree/2349ebf365f5c3c589ad42d85a263a241010dac7) ``` Traceback (most recent call last): File "/Users/mihai/.pyenv/versions/py2puml/bin/py2puml", line 8, in sys.exit(run()) File "/Users/mihai/.pyenv/versions/3.10.10/envs/py2puml/lib/python3.10/site-packages/py2puml/cli.py", line 24, in run print(''.join(py2puml(args.path, args.module))) File "/Users/mihai/.pyenv/versions/3.10.10/envs/py2puml/lib/python3.10/site-packages/py2puml/py2puml.py",...
the first append not having a space incorrectly merges it to any previous arguments, like `-allow-unsupported-compiler` in my case which results in a silly error: `unrecognized command-line option '-allow-unsupported-compiler-DLIBCUDACXX_ENABLE_SIMPLIFIED_COMPLEX_OPERATIONS'` full...
required for windows build
### What I did add rate limit, implementing similar logic to [alchemy-web3](https://github.com/alchemyplatform/alchemy-web3/blob/f0df9fbbfb2d1e2922b9ccaaabd6f0fe6d06af25/src/web3-adapter/sendJsonRpcPayload.ts) but with exponential falloff which the [alchemy docs](https://docs.alchemy.com/reference/throughput) tell me is preferred fixed: #60 also fixes [ape issue...
things that would be useful for me right now: - get_bonds_out_for_shares_in - get_shares_out_for_bonds_in - get_bonds_in_for_shares_out - get_shares_in_for_bonds_out please put your suggestions below.