Ty Overby
Ty Overby
Because HamtMap isn't Send/Sync, there's no reason to make K or V Send or Sync. This removes the necessity in the API, while allowing for the possibility of a Sync/Send...
As far as I can tell, right now it is neither.
I am working on creating a compiler which will produce bytecode. 0x10co.de is perfect for testing the assembly, but I have a feeling that compilers will become more prevalent the...
Right now the current version on crates.io is 0.0.1. This no longer builds on beta.
[PQexecParams_stub](https://github.com/mmottl/postgresql-ocaml/blob/master/src/postgresql_stubs.c#L643) takes a `v_binary_result` argument, which tells postgres to use the text or binary format. [PQexecPrepared](https://www.postgresql.org/docs/9.1/libpq-exec.html) has the same argument, [but the value is hardcoded to "text"](https://github.com/mmottl/postgresql-ocaml/blob/master/src/postgresql_stubs.c#L727). @mmottl: would you...
This pull-request contains the diff necessary to get malfunction to compile (and pass all tests) in an ocaml 5.0 opam switch This patch is bad for the following reasons: -...
If you aren't familiar with GitHub Actions, they're a lot like other continuous-integration solutions out there. This pull-request implements actions for building + testing + producing artifacts for Linux, OSX...
I’m trying to write an application using Irmin, and I’m running into a few issues: 1. When a call to `Store.merge_into` fails with `Error conflicts` I would like to present...
## Desired Behavior Instead of looking at the diff output for expect-tests in the terminal, I'd like to run my own diff program to see the change in the files...