silverwind

Results 1289 comments of silverwind

Jest has many issues related to ESM. I can recommend [vitest](https://github.com/vitest-dev/vitest) as a Jest replacement, its API is almost completely compatible with Jest, see [migration docs](https://vitest.dev/guide/migration.html#migrating-from-jest). I guess the only...

I've been experiencing this as well, random hangs that only reproduce on Linux and never on macOS. The one time where I oberved it interactively in a Vagrant VM, I...

https://github.com/vitest-dev/vitest/issues/2008#issuecomment-1337272807 may be relevant as well where I managed to attach a chrome debugger via `node --inspect` to such a hanging process, but not sure of those traces are of...

I'm not sure. I did observe this with node 18. Also, that hang is with idle cpu, this one here was with pegged cpu.

Can confirm that this patch is required to get messages to be accepted by Confluent Kafka with schema validation enabled.

> When the Go tooling supports [that](https://github.com/golang/go/issues/42965#issuecomment-1974089649), we will be able to effectively ignore packages and files. But for now, the possibilities are extremely limited. Could also just crawl the...

> golangci-lint relies on that to have its performance Excuse my bluntness, but my experience is that golangci is among the slowest linters I've encountered, maybe it is because of...

:+1: This is awesome, also fixes #63. Great find @missinglink! The PR would probably need some work regarding README and package.json changes, from the looks of it.

Maybe someone should start a clean fork :innocent: