Nathan Rebours
Nathan Rebours
I'm curious, @yminsky have you tried writing parsers using `angstrom` in the end? I was considering different parsers (including `jsonm`) and found this issue. We'd be interested in avoiding allocation...
We recently ran into this with @pascutto. This works well with `afl-fuzz` which doesn't consider that as a crash but it can be slightly disturbing when debugging other issues. I...
Ok I see, thanks for the explanation, that makes total sense now. Do you think there is a chance that we could split `afl.c` in a way that we can...
@bluddy could you further explain why that means `ocaml
I'm releasing a new version of `Yojson`, reverting the deprecation warning which brought nothing but trouble so far. That should solve it until a new version of `ppx_deriving_yojson` is released....
Hi, What's the status on this issue? I'm happy to contribute for the `[@deriving pp]` if that's fine by you!
Indeed, `dune-release` shouldn't use `doc` or `homepage` but `dev-repo` only to determine whether it should follow the github workflow or leave the work to a delegate. As a matter of...
@hcarty note that this is currently not supported as `dune-release` unfortunately builds a lot of URLs by hand, assuming repos are hosted on github.com. Could you please detail your use...
We're well aware of this issue and have a plan to fix it in 2.0.0! Sorry about the inconvenience!
I think this is probably worth a field in dune-release global config. Even on macos some users might prefer to use ssh for the reasons mentioned above. I agree we...