Bikal Lem

Results 35 issues of Bikal Lem

Fixes https://github.com/dbuenzli/mtime/issues/10

Hi, It seems the current version of pgocaml doesn't work with postgresql version 13.1. Every time I try to connect to it, it errors out with `End_of_file`. It works okay...

Originally, this issue was opened in ocaml-lsp repo. However, the maintainer suggested it is not an issue of ocaml-lsp. Is the issue caused by merlin perhaps? https://github.com/ocaml/ocaml-lsp/issues/310 Feel free to...

This the client implementation of cohttp eio backend. Roughly, the PR aims to achieve the following (some are optional and/or outside the remit of this PR): - [x] cohttp-eio client...

dune-release is giving an error below. I am not sure how to resolve it. Any pointers? ``` [?] Create release v1.0.1 on [email protected]:lemaetech/http-mutlipart-formdata.git? [Y/n] │ y │ [-] Creating release...

bug

This PR add two nanoseconds precision clocks to `eio`. 1. system_clock () - A system, real-time wall clock. It gives time relative to unix epoch time. 2. mono_clock () -...

Could eio support monotonic clock in `Stdenv.t` like we do the system clock?

This PR introduces a new opam package `mirage-crypto-rng-eio`. The purpose of this package is to implement an [eio](https://github.com/ocaml-multicore/eio) dependent random number generator. It closely follows `mirage-crypto-rng.unix` library.

At the moment `mirage-crypto-rng` package contains sub-libraries in the same package. 1. `mirage-crypto-rng.lwt` 2. `mirage-crypto-rng.unix` This results in pulling in extra dependencies where they are not needed, for example `mirage-crypto-rng-async`...

question