Anton Bachin
Anton Bachin
This would be quite useful, especially if `Ctypes.string` then became a view of `const char*` rather than `char*`.
There continues to be an issue with warnings on 4.10, with `ocaml_string`. For example: ``` c_generated_functions.c: In function ‘luv_stub_96_uv_pipe_connect’: /mnt/c/Users/antron/code/luv/luv/_opam/lib/ctypes/ctypes_cstubs_internals.h:20:3: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]...
Great, thanks!
This tends to be useful also for calling the runtime's Bigarray helpers. I find it very helpful for developing https://github.com/aantron/luv. I guess without this PR, I would have to use...
I tried to reproduce this with opam, but the installation works. See https://github.com/aantron/luv/issues/125#issuecomment-924891338. My first guess is that this is caused by Ctypes 0.19.1 packaging in a system package manager....
AFAIK Sihl doesn't read upload data at all at the moment. The `~callback` argument for doing so is never passed in: https://github.com/oxidizing/sihl/blob/66238ca60cbf05eb98a09ccdad05d12ab6706387/sihl-web/src/form.ml#L67 as compared to the [Opium example](https://github.com/rgrinberg/opium/blob/master/example/file_upload/simple.ml#L25-L39). I hacked...
For consumers that allocate something per unit of output from the parser, giving them one byte at a time makes them allocate too much. Feeding them strings at a time...
I'm using it in [Luv](https://github.com/aantron/luv). It saved me a lot of time, as I was looking at manually installing Cygwin in the Windows runners before I found this! That would...
Ok, have to agree with this. I'll turn this into an issue about using Markup.ml to teach continuations a bit, provide some good links, rather than eliminating the terminology (which...
I will look into this eventually a bit. With my superficial knowledge of GHA, I don't understand what could realistically be blocking this for non-Windows systems. By comparisons, I routinely...