Results 393 comments of Thomas Leonard

However, even with the dev version it still seems to fail on more complex examples.

Thanks! Should the `clear` function also be tested in https://github.com/talex5/irmin-indexeddb/blob/master/test/test.ml, or does it get tested automatically via some other route? Note that you have to open `test.html` in a browser...

The tests fail for me with: ``` Created Git-format basic store. Checking it is empty... Got [], as expected ERROR: File "src/irmin/tree.ml", line 1279, characters 6-12: Assertion failed ``` Also,...

Nice! What's the `js_of_ocaml.ppx` for?

Looks great! I guess we have to wait for OCaml 5.1 though, right?

I don't plan to do any work on this repository (I should probably delete it). It was just a proof-of-concept. If someone wants to take it over, feel free. It...

Yeah, it's tracked in https://github.com/ocaml-multicore/eio/issues/382 I have a prototype mostly working now.

Patches for other compilers are welcome, as long as they don't break it on gcc...

> I've a few suggestion, but I'd be happy to make them on this PR if you're not inclined to. Just let me know if you'd prefer that. That would...

https://github.com/Microsoft/WSL/issues/514 says: > We currently only have a support for passing just one file descriptor at a time via unix sockets. > [...] > Just FYI that this should be...