Henrik Gaßmann

Results 102 comments of Henrik Gaßmann

The MSVC devcom ticket has been marked as fixed, therefore I assume that this bug won't make it into a VS production release.

To summarize the relevant information from the VSCode issue: * This will hit all VSCode + TypeScript `>= 5.4.4` + PnP users at the end of May * Mitigation strategies:...

> What is the difference between "user code" and "dependency code"? > The key to considering this feature request is understanding how we can generically make this distinction. My initial...

> Idea 💡 - what if we just create an allowlist [like for no-floating-promises](https://typescript-eslint.io/rules/no-floating-promises#allowforknownsafepromises)? This gives users control over what to consider internal (or whether to allow specific externally deprecated...

The TSC voted to remove corepack in a future (25+) release: > **Winning candidate:** Phase out later: stop distributing Corepack (i.e. the distribution will no longer contain a corepack executable)...

This is notably missing Windows support. Furthermore I find it very intrusive if libraries spin up their own thread pools as there are machines with _hundreds_ of cores out there...

Can you add [procmon] traces for the failing and succeeding cases? I could take a look this week. [procmon]: https://learn.microsoft.com/en-us/sysinternals/downloads/procmon

If we were to go with this, I would prefer moving the whole `CMakeLists.txt` to the root directory. Our `CMakeLists.txt` is less than 200 lines long, therefore I think splitting...

> This is a good start, but it isn't enough when comparing more complicated structures, where you want some more information. I've previously hit a different expression of this issue...