Michael Bacarella
Michael Bacarella
Is Solo5 the right platform for this? Perhaps this could be a meta-issue describing the work required. My goal is to get Mirage running on T4g instances at AWS.
I know some work was done on JSON compliance here https://github.com/ocaml-community/yojson/issues/34 but could we consider taking a stronger position? I would expect duplicate keys to raise but instead `yojson` silently...
need this due to changes here https://github.com/ocaml/opam-repository/pull/23311
Fixes deprecation errors.
The [opam repository entry for `noise`](https://github.com/ocaml/opam-repository/blob/master/packages/noise/noise.0.2.0/opam ) says ``` "ppxlib" {build & < "0.9.0"} ``` though I'm not sure this is a real requirement, as it's not listed in the...
I've used Fftw3 on two separate projects now, one with Async and one with Lwt where I end up with heap corruption and had to move the FFT code into...
On latest `F# Formatter` extension for VS2022, formatting this ```fsharp let webApp = choose [ GET >=> choose [ route "/" >=> indexHandler "world" routef "/hello/%s" indexHandler ] setStatusCode 404...
If the task is small enough you may not want to dispatch it to the thread pool. In those cases it would be nice if you could simply create a...
I notice there's no way to exclude the first domain from the Task pool. Is this a design invariant? One concern I have with this is that in some environments...
Repro --- 1. Open a project on a remote host that uses an opam local switch 2. You can `open a sandboxed terminal` and run commands from that terminal local...