James M Snell
James M Snell
As discussed in chat, best estimate I can give right now is that I'm hoping to have time to look at the issue later this week.
@irvinebroque @mikenomitch ... this is related to recent discussions around compute limits and crypto operations. We should discuss and figure out how to prioritize.
Hmm... interesting... further testing is showing this case being handled correctly in some instances. I've seen the assertion in some cases (like the repro above) but not others (which end...
The format should also somehow account for the fact that certain APIs might be exposed purely opt-in without a default on compatibility date. For instance, none of the node.js apis...
Yes, but in the future we might only introduce new node.js APIs behind new opt-in-only flags, those are the ones I'm concerned about. It is also possible to turn on...
The point is that not all compat flags *have* default on dates. It's entirely possible that we can add a new API with a flag that never has a default...
@alpertuna ... rather than using a merge commit here, can I ask you to rebase the PR on `main`?
@kentonv ...this should be ready for review!
For 1... it is not actually possible or safe to share a stream across multiple threads. Nor is it actually possible to transfer ownership of a libuv stream handle from...
My preference would be to just emit a warning to the console if this happens but still allow it to continue working.