James M Snell
James M Snell
It should be stressed that social media polls are in no way statistically representative and, while they can be anecdotally informative, they should not be used as the basis of...
I'm not quite following the concerns being asserted here and feel like this is straying just a bit off topic. Are there reasons folks believe the proposal as stated would...
> In the joint content review team, who will have the final say if there is a disagreement between the project and the foundation? I would expect the proposed content...
I was more referring to the most recent additional follow on conversation that seemed to me to be starting to stray off course. My comment here https://github.com/nodejs/admin/issues/977#issuecomment-3011887567 is an attempt...
For cases where someone might use multiple like that, it would likely just be cleaner to use a single `AsyncContext.Variable` with a compound value... so instead of... ```js const a...
If we're going for something like that then I would almost prefer a Map-like model for `AsyncContext`... perhaps something like... ``` const as1 = AsyncContext.Variable(); const as2 = AsyncContext.Variable(); const...
The fact that parallel writes wouldn't be allowed (since each write locks the writable) is a bit of a challenge here. I'm not entirely convinced that this is the right...
@lucacasonato Cloudflare will implement if this moves forward. I'm not super convinced of the use cases yet as I haven't had anyone ask for this but I certainly don't have...
> Should we disable OSX on main until we can figure something out? Yes please. This is getting to be a real problem.
Have you run an internal CI job with this update to verify everything works internally? If so, this should be ready to land. If not, let's do that first.