Mika Illouz

Results 2 issues of Mika Illouz

I'm experimenting with websockets in Dream. With [this](https://gist.github.com/barko/1cd07d8b7ee713ad99ba48c7f09f294f) code, I've observed problematic behavior on version 1.0.0~alpha4 (and OCaml 4.14.0, Ubuntu 20.04), installed via opam. Initially, the program behaves as expected,...

🐛 bug
🤷‍♀️ upstream

I'd like to sexp-derive the following: ``` #[derive(SexpOf, OfSexp)] pub struct XXX { pub v: Option, } ``` This does not work, nor does `Box`. Both `Option` and `Vec` work....