Andreas Garnaes
Andreas Garnaes
# PTP Webcam Canon Inc. Canon EOS 500D Camera Report PTP Version: 100 Vendor Extension ID: 6 Vendor Extension Version: 200 Vendor Description: Functional Mode: 0 Device Version: 3-1.0.9 ##...
Currently observation _values_ and not _observation objects_ are being passed to `ignore`. This means it's not possible to ignore transient exceptions that occur in either candidate or control. When an...
This PR is a proof-of-concept for a much improved default presentation of values in the GraphQL API (improvement on top of https://github.com/mirage/irmin/pull/643). Rather than just present `Contents.t` as serialized to...
The current string parsing implementation is basically a dummy implementation and should replaced with proper parsing of UTF strings. Inspiration: - [JSON string parsing in angstrom](https://github.com/inhabitedtype/angstrom/blob/cc10901fcde05a748bcadc96264b0c9fc93e5f79/rfcs/rFC7159.ml#L37-L146) - [Uutf](http://erratique.ch/software/uutf/doc/Uutf.html)
Thanks for sharing your code, @anmonteiro! 🙏It's great to have some more examples out there. Two quick suggestions/questions: - Could some of the usages of `io_field` be replaced with `field`...
This PR improves upon https://github.com/FredKSchott/fflip/pull/20 by adding better handling of asynchronous failures. As an example, we use asynchronous features loading to query our database, which can error. Currently we don't...
Hi @seliopou, I've been looking into using `httpaf` for [`ocaml-graphql-server`](https://github.com/andreas/ocaml-graphql-server), but that requires a supporting websocket library. After stumbling on `websocketaf`, I went down the rabbit hole of making `websocketaf`...
**Is your feature request related to a problem? Please describe.** Workday Peakon currently has a large REST API based on the [JSONAPI specification](https://jsonapi.org). We're in the process of defining an...
The README mentions using Bigarray as message storage, but I haven't been able to find any examples in this repo or elsewhere. I've implemented a module using `Bigstring` which satisfies...
This PR adds a fuzzer based on [libfuzzer](https://llvm.org/docs/LibFuzzer.html) for `roaring_buffer_reader`. You can try it as follows (the fuzzer will run up to 60s): ``` cd fuzz make quick_fuzz ``` The...