Pyrolistical
Pyrolistical
Are those zig miscompilations issues tracked in the ziglang repo?
You can lead this effort. I'm not working on this at the moment
Could use https://github.com/boostorg/python/issues/277
Thanks @danrr. This worked for me on node v20.6.1 > ```js > //logError.js > import { setUncaughtExceptionCaptureCallback } from "node:process" > setUncaughtExceptionCaptureCallback(console.log) > ``` Full command: `node --test --no-warnings=ExperimentalWarning --loader...
Wait, that workaround only correctly logs out the error, but the test passes. How do we also fail the test?
@gsimko i gave up trying to use ts-node/esm and just `tsc` the test code and ran it normally with `node --test`
Similarly `new TextDecoder("utf-8")` is another false positive as according to the [spec](https://encoding.spec.whatwg.org/#names-and-labels): > Authors must use the [UTF-8](https://encoding.spec.whatwg.org/#utf-8) [encoding](https://encoding.spec.whatwg.org/#encoding) and must use its ([ASCII case-insensitive](https://infra.spec.whatwg.org/#ascii-case-insensitive)) "utf-8" [label](https://encoding.spec.whatwg.org/#label) to identify it....
Happy to make the PR. If we are going to make a major breaking release, does this mean we should just directly modify `Query` and forgo the `TypedQueue` wrapper?
duplicate of https://github.com/PostgresApp/PostgresApp/issues/728
this was fixed in vscode https://github.com/microsoft/vscode/issues/146243