Adam Ahmed

Results 25 comments of Adam Ahmed

I was just looking for this too. Thanks for caniuse! It's super useful

Not sure if my beef is with TC39 or Node, but I hit this by having a `finally()` after the `.catch()`. That is: ```js async function tryButFail() { throw new...

Re: the stack trace. Yeah putting the finally() into the stack trace would be supreme. Where finally() represents the "leaf" promise. Only when inspector attached would be a very nice...

Terraform noob here. Am I right in reading this issue and thinking that there is nothing actionable for me when I see this output? I am hearing that this is...

Hitting this too and I have moduleResolution set to NodeNext. Removing the extension worked though. So the exports field is now `"./*": "./src/*"` instead of `"./*.js": "./src/*.js"`

Closing VS Code did not fix it for me. And the only output for the Github Actions plugin is unhelpful: ![image](https://github.com/github/vscode-github-actions/assets/631812/fa92b9d2-00c8-4445-a72b-cf73ed580e83)

Seeing the same when I added `'ts/no-floating-promises': 'error',`. New to antfu, so I'm not sure where I've messed up. Ok from looking at the source, it would seem antfu is...

We have been seeing this too. 21180299410 21188011144 20717203232 The gut reaction is that the client is leaking connections, but I'm fairly confident we aren't. As of today, my staging...

Thanks I will keep that in mind when it pops up

I am seeing this on next-on-pages 1.13.6. The duplicated identifier happens to be "26195" and seems to be a small wrapper around node:buffer. E.g. the files in .next almost all...