Vaughan Rouesnel
Vaughan Rouesnel
Seeing this as well.
From https://nodejs.org/api/async_hooks.html: > Please migrate away from this API, if you can...We strongly discourage the use of the async_hooks API. Other APIs that can cover most of its use cases...
Upgrade from v7 to v8, same issue. --- ~Patching with this technique seems to fix it:~ ~https://stackoverflow.com/a/69548872/130910~ Nope.
Is there anyway to colorize output?
Is `additionalEntryPoints` suppose to allow this: https://github.com/microsoft/rushstack/blob/main/build-tests/api-extractor-scenarios/src/runScenarios.ts#L100
Just FYI From: https://ziglang.org/news/goodbye-cpp/ > Furthermore, this change represents the removal of the -fstage1 flag, which allowed users of Zig to opt out of the new compiler and use the...
> andrewrk — Today at 20:19 > current development focus: > ... > * fixing bugs in the compiler such as the one preventing Bun from updating to latest master...
I'm getting this error too. ``` Need 1455, length 1440 TypeError: Object # has no method '_handleTokenStream' at TdsClient.exports.TdsClient.TdsClient._socketData (node_modules/tds/lib/tds-client.js:167:19) at Socket. (node_modules/tds/lib/tds-client.js:2:59) at Socket.EventEmitter.emit (events.js:95:17) at Socket. (_stream_readable.js:746:14) at...