Michaël Zasso
Michaël Zasso
I agree that growing a community is useful. There are probably already existing communities, though, so we would kind of be in competition with them. As a user, if I...
Just remember that the discussions tab on nodejs/node is a redirect to the global discussions tab of the entire org.
I tried it before posting my comment. They point to the same page.
> Discussions cannot be disabled because they are set as the source for the nodejs organization's public discussions.
https://github.com/nodejs/build/pull/3226 added `Cache-Control: no-cache` to 404 responses. Without it CF was keeping the response in cache for 3 minutes: https://developers.cloudflare.com/cache/how-to/configure-cache-status-code/#edge-ttl
Should we maybe avoid the hidden characters? I guess it's ok if GH only warns about them now but I don't want to see a permanent warning on the repo.
What kind of actions do you need to do that require admin access to the org?
I transferred the issue to the image-js repo because the types are missing from https://github.com/image-js/image-js/blob/legacy/index.d.ts
The commit lands cleanly on v22.x-staging but test fails: ``` ./node test/parallel/test-runner-no-isolation-different-cwd.mjs before one: suite one before two: suite two beforeEach one: suite one - test beforeEach two: suite one...
I think that somebody should try to implement a `MicrotaskQueue` subclass. V8 lets us customize this easily in its existing API so let's do it!