Ankit Shankar

Results 5 comments of Ankit Shankar

+1 My vote is for these two: ``` # Aligned with opening delimiter. foo = long_function_name(var_one, var_two, var_three, var_four) # More indentation included to distinguish this from the rest. def...

Shift + j/k for navigating to siblings (like RES for reddit) would be great too

It looks like `cross` [is unable to provide](https://github.com/cross-rs/cross-toolchains#apple-targets) images for macOS for licensing reasons. Not sure if that tips the scales in favor of using a workflow (similar to [ripgrep](https://github.com/BurntSushi/ripgrep/blob/master/.github/workflows/release.yml#L74-L77),...

It sounds like this would allow support for inline pytests with something like: `uvx --with-requirements script.py pytest script.py` This would be very useful for LLM-produced micro-scripts!