-
```
What steps will reproduce the problem?
1. Start the preference recorder
2. Update just one preference
3. Stop the preference recorder
What is the expected output? What do you see instead?
Only o…
-
The dart_style library API now accepts [experiment flags](https://pub.dev/documentation/dart_style/latest/dart_style/DartFormatter/experimentFlags.html). I added support for that when I made the forma…
-
There doesn't appear to be any settings for the Hack code formatter. At a minimum I think it should support:
- Indent type (tabs/spaces)
- Indent size (number of spaces/size of a tab)
- Code widt…
-
This is incredibly annoying, everytime I paste a line it tries to "fix" it, by fucking with the code I explicitly wrote. This can have comically bad effects when I'm in the middle of editing several l…
-
**Describe the bug**
When using this code;
```svelte
```
The shift and ctrl modifiers dont appear to be working
**To Reproduce**
https://svelte.dev/playground/030797781fd64ad88302d1343…
-
ref: https://fedoramagazine.org/make-your-python-code-look-good-with-black-on-fedora/
-
```
What steps will reproduce the problem?
1. Start the preference recorder
2. Update just one preference
3. Stop the preference recorder
What is the expected output? What do you see instead?
Only o…
-
With VSCode + the C/C++ Extension, at some point `formatOnSave` was enabled in `.vscode/settings.json` (see [Editing and Navigating C++ CodeCode formatting](https://code.visualstudio.com/docs/cpp/cpp-…
-
Problem appears as a test flake in CI (uncommon, spotted on 3.9 pypy test job)
Initial impression: there could be a race condition for the Ctrl+C signal exit. Then once it blows up, something doesn…
-
### Problem
A subjective one for you.
Say you have this code:
`let a = my_unconstrained_fn();`
And then the compiler warns you to wrap it in an unsafe block:
`let a = unsafe { my_unconstrained_f…