Tom Ridge
Tom Ridge
This is an issue to track the new layered store implementation. The previous issue (for Q1) was #1753 The current branch: https://github.com/tomjridge/irmin/tree/2022-05-17_layers_on_3.2.1 (this is kept in sync with Victor's branch...
After a server crash, I restart and try to reconnect with nbd-client: ``` $ ~ $ sudo nbd-client localhost /dev/nbd0 Warning: the oldstyle protocol is no longer supported. This method...
Just a quick question: how do you ensure that the memory is actually allocated in main RAM? What stops the OS from swapping the memory out? Or pushing it to...
Great library! If I have an entry k->v, and I want to change it to k->v', is there a way to do this without altering the "least recently used" information?...
I also posted a similar issue for Bigstringaf. Obviously I only need 1 library to support these functions!
It seems no OCaml library provides this, which is a bit sad because it seems to be a standard flag for use with open.
- [X] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version. - [X] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - **OS version...
This issue tracks the various things I need to do before first release. - [x] Add RO processes - [x] add logging as is done in mirage/index and other mirage...