Thomas Gazagnaire

Results 251 comments of Thomas Gazagnaire

@avsm sweet! Can we get this somehow as a combinator? For an end-user perspective, it doesn't really make sense to offer 3 different http devices...

Thank you for your interest. There is not Java client support in Irmin yet. However, we have plans to expose the Irmin API using protocols that clients in other languages...

This is the main unknown for the release - we need to at least understand what is happening. @tomjridge's current assumption is that is related to copying the suffix in...

@ol-anssi told me that he might be able to publish an UEFI backend for OCaml if we are really interested.

@metanivek is writing examples of how to use the GC - and documenting the API in the process.

That looks great! For extra clarity, it would be very useful if you could show how the two first examples can be encoded in this new scheme and what the...

I need to think more about this but just a few quick remarks: - `modify` is `set` in the current Irmin API. We should probably keep this. - What API...

> for saving configuration, embedding a GADT (https://github.com/hannesm/gmap) where each value type depends on its key. it's also a flat store, i.e. no nesting. I wrapped the interface to provide...

We should probably just purge the `commit` cache? What was the rationale for purging the node and contents stores caches too? They are expected to keep the same offsets/encoding right?