Ari Seyhun

Results 105 comments of Ari Seyhun

> Ideally, I would like Process::spawn to take a variable number of arguments, but this just can't be expressed because of limitations in Rust Can we not do something similar...

This seemed to solve the code example I posted, but if you change `type Arg = ()` into `type Arg = serde_json::Value` then it fails with: > thread '' panicked...

I'm going to close this for now since it's quite a large change and main branch has become quite out of sync. If we need to come back to this,...

https://github.com/lunatic-solutions/lunatic-rs/blob/76b8230c7c1726ff4c27fbe89595a9f5a372fd38/src/supervisor.rs#L169-L175 I have implemented `Supervisable` for all the in-built serializers as a single item (not in a tuple), except `ProtocolBuffers`, because there were some requirement issues with types needing to...

I've added this here now: https://github.com/lunatic-solutions/lunatic-rs/pull/64/commits/c2bec31d1e2e099a24cea0ec8848a6860cafeb7f

I'm going to close this for now since it's quite a large change and main branch has become quite out of sync. If we need to come back to this,...

Apparently this is because the library uses `Unblock` which does not support cancellation and only supports one read/write operation at a time.

Any updates to this? I'm also having an issue and using react spring. Edit: 1.5.0-beta.3 seems to fix the issue.

Sure @TylerBarnes I've made you a collaborator as it's currently a private repo for now. https://github.com/Acidic9/portfolio/invitations I've reproduced the bug in a seperate branch: `bug/gatsby-plugin-transition-link` ```shell git clone [email protected]:Acidic9/portfolio.git cd...

That sounds simpler. In my case, we forked matchit and modified it to our needs, so if it's not in the scope of matchit, feel free to close this issue