Jerome Gravel-Niquet

Results 96 issues of Jerome Gravel-Niquet

### XState version XState version 5 ### Description When using delays (`after: { 1000: "myTarget" }`), if the state machine is persisted during a delay and then restored by re-creating...

bug

**Describe the bug** It's unclear to me what caused this exactly, but I _think_ it happened when my laptop went to sleep and possibly lost networking? `iroh` appeared defunct after...

bug

(Sorry, I submitted this too fast with no comment) We just got bitten by not using `channel_success` on a channel request for a client that expected a reply (`want_reply: true`)....

I am using `feed` to optimize flushing over the network. I'm getting compile errors if I don't specific the exact type I am flushing. I understand why: it doesn't know...

This PR adds a rudimentary Rust API for using libkrun. The idea is to make this new API the main one. The C API would use it entirely once this...

I've been building a custom virtio-net driver and put it in our fork. The idea was to get something as convenient as the TSI driver, but supporting more features out...

networking