Andy Brenneke
Andy Brenneke
Colleague @taneliang brought this one up: So our `.betterer.results` file is currently 10,300 lines long, and 926kb. Given that: a. The `.betterer.results` file will ideally be updated often, with commits...
Dang, still got into a situation where results aren't showing. The logs look okay though: ``` [Info - 2:49:28 PM] Validator: Got issues from Betterer for "eslint comments" [Info -...
Still investigating exactly when it happens, but I get more results when the `.betterer.tsbuildinfo` does not exist, and then on subsequent runs, some errors disappear. These ones seem consistently inconsistent:...
Basically, the idea is instead of spinning up a typescript compiler for every single rule run, there's a single `tsserver` running in the extension that is reused for all typescript...
`apollo-server` doesn't seem to like when Node's `http2` module is used. When an HTTP2 client (i.e. the browser) makes a request, this error happens: ``` TypeError: :method is not a...
### Describe the bug If an export from a namespace is mutable, and a function in the namespace mutates the value, the exported value is not mutated. ### Input code...
### Describe the bug Note that I'm reporting this as "it works with tsc and not with swc", not because I think what protobufjs is doing makes any sense at...
**Describe the bug** When you're using Yarn 2 PnP with a typescript project, an error occurs when using "Go To Definition" on an imported symbol. **To Reproduce** * Take the...
Hello, infinitely recursing `setTimeout` calls will increase the memory usage forever. Reproduction code: (node 8.9.1) ``` require('trace'); const memwatch = require('memwatch-ng'); memwatch.on('leak', info => { console.log('Memory leak detected.'); console.log(info); });...
[Similar issue in swc-loader](https://github.com/swc-project/swc-loader/issues/22) I'm not exactly sure where the linked documentation in that other issue went, I could have sworn it was on the swc website - but swc...