Jerome Gravel-Niquet

Results 233 comments of Jerome Gravel-Niquet

@koute any interest in this? I just merged from upstream and fixed conflicts

I am facing the exact same issue. Here's my minimal reproduction: (I am using Deno) ```javascript import { assign, createActor, fromCallback, setup } from "npm:xstate@5"; const myMachine = setup({ actions:...

Yes, that's true! I was thinking making it configurable with a good default (principle of least surprise) would be ideal. Each would store different information to prevent getting stuck on...

That would probably work for us. Sounds similar to how BoringSSL does it.

As far as I can tell @ysbaddaden's http2 shard is feature-complete and passes all h2spec tests. Awesome work. It doesn't look like there are any plans for integrating it back...

Didn’t know there was a matrix channel. I’ll join it if I can find it :) I’m doing this because I definitely need to expose a more advanced API I...

Thanks for bringing it up at your meeting! That all sounds reasonable to me. I don't know exactly when / if I'll get to completing this. If I don't get...

> The easiest way to get this merged would be by turning it into another `NetBackend` implementation. I think it should be doable, as we can extend this trait as...