Armin Ronacher

Results 168 issues of Armin Ronacher

I was trying to debug why stuff was not loading on my windows machine and learned in the process that the paths are quite different. Since I was trying to...

A-helix-term
S-waiting-on-review

I wanted to originally support old Rust versions for as long as I can since insta is a testing tool and as a user you never want to be in...

With requests like #278 and my desire to make `cargo-insta test` support [nextest](https://nextest/) it might be time to introduce a config file. A potential location could be `workspace-root/.config/cargo-insta.yaml` or potentially...

This adds a command to rewrite the search register to add word boundaries to the regex that's there. This is an alternative to #4222. ```toml [keys.normal] "*" = ["move_prev_word_start", "move_next_word_end",...

A-helix-term
S-waiting-on-review

This adds a rule to support a semicolon at the end of a dict or list literal so that the closing paren can be placed on a different line.

## Terms * module: a single .q file (nicknamed scrolls) * book: metadata + a bunch of .q files ## Filesystem Layout ``` README an optional readme or other data...

design

Today the assumption `rye` makes is that you always want editable installs when using lockfiles. That works really well for my uses, but I can see that this is not...

On the version of rye I published there is currently no support for local Python installations. This is pretty much intentional because I really want the experience to not involve...

enhancement

I never came around writing integration tests, which is something that needs to happen if this were to turn into something.

enhancement

PyPy has binary distributions, it should be possible to automatically download them: https://downloads.python.org/pypy/ Since macOS pypy binaries are not notarized, this would require removing the quarantine flags after unpacking.

enhancement