Eric Christiansen
Eric Christiansen
Do you know of any orgs or individuals who would want to take it on? (The TF would probably pay for it.) I could contribute a patch here or there,...
Consider applying for a grant from the TF: https://tezos.foundation/grants/ You might want to ping [Arthur](https://www.reddit.com/user/murbard/) with a draft to get his thoughts first.
Here's an op that reproduces the issue: https://tzkt.io/opWqxkFrkSbDWjAhzUKbFjDuCTqB434p6C9ZiFCvtcdZutREoe5/62374469 It's an origination, so maybe it's using a new Michelson op that was introduced in a recent protocol?
I'm having the same issue as Arturo - I pay $200 for Max, but I'm getting "Claude Pro users are not currently able to use Opus 4 in Claude Code....
Are you currently doing any synchronization to serialize access to the OCaml runtime? FYI I've been getting segfaults when passing `ocaml::Value` between threads, so there's clearly something dangerous here, but...
It looks like [there was some interest](https://github.com/thierry-martinez/pyml/issues/76) in `pyml` in doing something similar, though I don't think they found a solution.
@zshipko Any luck?
Zach, I think your sketch was almost there. [Here's what I came up with](https://github.com/zshipko/rust-ocaml-starter/pull/6). I think the biggest remaining issues are: 1. Busy polling on the Rust side, because I...