Anil Madhavapeddy
Anil Madhavapeddy
With cppo, homepage is "mjambon.com/cppo.html" and the publish release action gets a 404 from github as it infers a wrong url ``` dune-release: [EXEC:62459] ['curl' '-L' '-s' '-S' '-K' '-'...
This is a followon from #574 with the commit history cleaned up for easier intermediate examination of the approach. The current tree builds the libraries and examples with a single...
(Just keeping track of this bug while working on #574) On macos, the examples/fts/foreign version fails due to getting an invalid argument back for fts_info, but the stubgen one succeeds....
@yallop sent this mail to mirageos-devel, and it's useful enough to put somewhere in the documentation or tutorial. Filing it here for now. > I find it easier to think...
Just keeping this issue to remind myself that I started working on a simple CIL -> Ctypes transformer that got this far in 10 minutes: ``` $ opam install cil...
Just recording existing users of it to look at how it's being used. Feel free to comment here with your own Yaml files!
Can probably get these from the VSCode plugin, but need to check that they work with the OCaml 4.08+ new error message format.
For the client, this requires an Async implementation of Uflow (see `lwt/*.ml`) which looks straightforward see #159
A cute trick that djb tools is to setproctitle to reflect how busy a service is. This is strictly eyecandy, but might be nice to put in to show active...