Results 75 issues of Fabian

Brotli is supported by most browsers as a content-encoding that compressed better than gzip and deflate. See: - https://en.wikipedia.org/wiki/Brotli - https://github.com/google/brotli

This came up while implementing an OCaml [dnscrypt](https://dnscrypt.info/protocol) client: Currently, HACL exposes NaCL's `crypto_box_*` functions, which are based on hsalsa20. However, DNSCrypt also requires a box construction based on hchacha20....

help wanted
feature request

A usability issue: Setting the bind address and port of a `Cohttp_lwt_unix.Server` currently involves calling a function from `Cohttp_lwt_unix.Client`, searching `Conduit` and unnecessary lwt operations (at least for a TCP...

API
Feature

Profiles generated using `perf script` can be opened from the file selection dialog, but loading the same file by URL fails with: ``` The profile could not be downloaded and...

bug
profile data

**Describe the bug** A simple input.srt fails with the above error. **To Reproduce** ``` liquidsoap -v 'output.dummy(mksafe(input.srt(bind_address="0.0.0.0", port=53163)))' ``` In another terminal (https://srtlab.github.io/srt-cookbook/apps/ffmpeg/#ffmpeg-example-with-smpte-bars-test-video-source): ``` ffmpeg -f lavfi -re -i smptebars=duration=60:size=1280x720:rate=30...

On my minor conquest to reduce the size of `capstone-x86.min.js`, I noticed that the `cs` object exported by `capstone-x86.min.js` also contains constants for other architectures (`ARM_*`, `MIPS_*`, etc.). I believe...

Capstone has a diet compile time flag, described here: http://www.capstone-engine.org/diet.html This reduces the library size. It would be quite useful to provide builds with this flag, considering that `capstone-x86.min.js` is...

enhancement

`Sequence.(--^)` returns a reversed range, while `CCList.(--^)` returns a range with the right bound excluded. See: ```ocaml CCList.(--^) 0 5;; (* val _1 : int list = [0; 1; 2;...

enhancement

``` running bootstrap script ... ok performing post-bootstrap initialization ... sh: locale: not found 2022-09-04 09:15:36.176 UTC [130] WARNING: no usable system locales were found [ 32.076550] postgres[130]: segfault at...

bug

There are a few errors in balmap: ``` File "balmap/map.ml", lines 12-371, characters 0-3: 12 | struct 13 | type key = O.t 14 | 15 | type 'a t...