Anthony Sottile

Results 115 issues of Anthony Sottile

Add support for trailing commas for this: ```diff with ( foo as bar, - baz as womp + baz as womp, ): # ... ```

enhancement
help wanted

enhancement
help wanted

Currently we process grep results serially to produce nice error messages on command failure. Change that to: - run the first repository and report errors on that - run the...

enhancement

https://clips.twitch.tv/WanderingBreakableYakMau5-9e9-8yRE8JGkY_eq

bug

went through all the trouble to check the right config exists here: https://github.com/asottile/babi/blob/5cf5f2501c90274e7f640ff0ad4dfb355631b960/babi/linters/pre_commit.py#L66 but then didn't bother actually using it here: https://github.com/asottile/babi/blob/5cf5f2501c90274e7f640ff0ad4dfb355631b960/babi/linters/pre_commit.py#L69

bug
help wanted
good first issue

compare the following press ^+right when cursor is at left edge depending on whether it's a tab or a space ``` word-here ^ ^ | + tabs stop here +...

enhancement
help wanted
good first issue

1. open file 2. `:noexpandtabs` 3. ^P (open a new file) 4. the setting gets reset not sure if this is worth fixing since I want to redo how tab...

apparently that's a thing: https://github.com/jeff-hykin/cpp-textmate-grammar/issues/522#issuecomment-728350533 make sure to verify with vs code first

bug

probably only on these situations: 1. first line changes 2. file extension changes (though currently saving to another file is also broken, lol)

enhancement

paste this in a bunch and things are broken :'( ``` 🙃 ```

bug