Tom Sherman
Tom Sherman
Reading between the lines a bit here, could this be used allow you to opt out of Next.js' serial server action processing?
Massively in favour of this default. I think 90% of developers onboarded hit an issue where they somehow manage to trigger metro.
It doesn't make sense to depend on an unstable api in a library unless the user opts in explicitly somehow. I'd recommend a separate `UnstableDenoClient` for this that can track...
I'm very interested in this proposal, being able to build your own node tree and have it managed by react is very powerful. The string-name based API makes this hard...
The issue with the string-based API was that there is no easy way to say that a string ID relates to a particular slot type. My proposed API was just...
@stefee This is a completely legitimate confusion, I think the RFC needs to improve a bit on the example side to showcase what problem this solves at a glance. My...
Understood, maybe just highlighting the link more in a more prominent position is the way to go. To be clear I wasn't suggesting including the different "options" from that doc,...
Related: https://github.com/node-fetch/node-fetch/issues/1519 Note: This is technically part of the AbortController spec. React Native currently uses https://github.com/mysticatea/abort-controller so the change will need to be made there I think.
I tried to change `Request.referrerPolicy` to a polyvar in #66 but it ultimately didn't work as it uncovered a rescript formatting bug. See [comment on PR](https://github.com/tinymce/rescript-webapi/pull/66#issuecomment-998955384) for details. I believe...
@spocke Yeah it looks quite awkward. I think another way of improving that situation is through IDE autocompletion too.