-
Hello,
I have the following code which raises an inscrutable error:
```ocaml
open Lwt.Syntax
module Store = Irmin_git_unix.FS.KV(Irmin.Contents.String)
module Info = Irmin_unix.Info(Store.Inf…
-
[On Windows, `Lwt_unix.waitpid` just delegates to `Unix.waitpid`](https://github.com/ocsigen/lwt/blob/3.1.0/src/unix/lwt_unix.cppo.ml#L2197), even without the `Unix.WNOHANG` flag. That means the proce…
-
If possible, please support calling `Lwt` Ocaml code from Rust.
If there's already a good workflow for this, please describe it in the book.
If this isn't something you plan to support, please note …
-
## Issue description
- [ ] This issue is a regression.
- [x] It is unknown if this issue is a regression.
Scenario:
Ran a nemesis of `disrupt_add_drop_column`
It issues an `alter table` comma…
-
LWT project encountered an interesting corner case that will become more common as packages add support for OCaml 5.0 features while still supporting OCaml 4.* versions.
The LWT repository [https:/…
-
My understanding is that an `uninstall` command should only remove packages, but observed:
https://github.com/ocaml-community/cppo/actions/runs/10004261944/job/27652618559?pr=88
```
Run opam uninst…
-
Hello,
I am a Fedora packager and am looking to re-package unison in Fedora. It is currently under review [1], and the reviewer pointed out that there is a very old copy of `ocaml-lwt` [2] which is…
-
### Environment
- VerneMQ Version: 1.10.1
- OS: official docker image for elixir (debian buster based)
- Erlang/OTP version (if building from source): 21.3
- VerneMQ configuration (vernemq.conf)…
-
Materialized views depend on pairing between the base tablets and the view table tablets.
We already identified numerous issue related to this pairing, including:
- [ ] https://github.com/scylladb/scy…
-
Hi!
I'm running 3 statements in a batch and I'd like to get to know if batch was applied or not.
Please, advise.
Thanks.