icecream17

Results 34 issues of icecream17

### Requirements * All new code requires tests to ensure against regressions ### Description of the Change Add comment block folding in the tree-sitter grammar ### Possible Drawbacks Currently not...

#### What's the bug all about? I tried pipupgrade for the first time and got this error: ```python Traceback (most recent call last): File "c:\python39\lib\site-packages\pipupgrade\commands\__init__.py", line 78, in command return...

bug

### Prerequisites * [ ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: *...

consistency *** ### :boom: Error: 502 Bad Gateway :boom: ### [PR Preview](https://github.com/tobie/pr-preview#pr-preview) failed to build. _(Last tried on Jul 23, 2022, 2:50 PM UTC)_. More PR Preview relies on a...

The line moves f2 into f1 using `replace` but that can be done with assignment (I'm a beginner to rust so it's very likely I've missed something)

I finished a run, but awhile later I press "up" a bunch of times, undoing a bunch of splits. That's really annoying. (At first I had the idea of autosaving,...

### Prerequisites * [x] Done all of the following * Reproduced the problem in Safe Mode: * Followed all applicable steps in the debugging guide: * Checked the FAQs on...

See the comment in https://github.com/atom/autocomplete-plus/blob/master/lib/snippet-parser.js

Small optimization: `i` is not used in the rest of the function, so the increment isn't necessary.