Jake Bailey
Jake Bailey
The new Cinnamon 3.2 update must have changed a few things. The cinnamon menu is only partially styled (the highlight of items looks okay), and there's a new right click...
Some links end up being blue, which looks pretty bad on the grey background. For example, in the C Cinnamon menus for installing themes/extensions.  I've also seen it in...
Our vendored copy of typeshed is very old and should get updated. Other than general fixes and improvements, there have been some additions/tweaks to the `third_party` directory which would likely...
After #1640 stops the crashes, we'll have to add real `Literal` support. This involves: - Adding a new class PythonLiteral and adding it to the typing module. - Modify the...
Classes decorated as `@dataclass` get a slew of methods added to them, which we currently cannot detect: https://docs.python.org/3/library/dataclasses.html For example, if I declared a `Point` class as a dataclass, I'd...
# Bug Report ### 🔎 Search Terms overload signature is not compatible language server vs code vscode diagnostic problem error ### 🕗 Version & Regression Information Probably #40094. But, old...
# Bug Report node16 nodenext esm mjs self reference referential module package name ### 🔎 Search Terms ### 🕗 Version & Regression Information - This is the behavior in every...
Use of this package was removed in https://github.com/javascript-obfuscator/webpack-obfuscator/commit/390b5ae7fd7e07fe12afcf6f0e5be6515a0f2782 as `webpack` exports `sources`, so this dep isn't used anymore. Recent versions of `webpack` have moved on to `webpack-sources` v3, so this...
**Describe the bug** dprint-plugin-typescript version: 0.68.0 I set everything to "maintain", but when this if statement gets reprinted, the return moves to a new line separate from the closing `)`...
## Summary I am in the final stages of converting TypeScript itself into modules (from its current state as giant namespaces). To reproduce something similar to our current d.ts files,...