Romain Beauxis

Results 100 issues of Romain Beauxis

This commit adds support for using numeric pad's 0-9 keys in shortcuts of the form `ctrl+4`...

Hi! We're in the process of switching `liquidsoap` to OCaml `5.1.1` and we've noticed some pretty severe regressions with the garbage collector. I'm still testing and need to confirm wether...

Hi, We've run into a bug here using `resque-pool`: ``` resque-pool-0.3.0/lib/resque/pool.rb:312:in `worker_delta_for': undefined method `-' for nil:NilClass (NoMethodError) ``` I haven't been able to fully understand the issue where here's...

Linking with `gcc_eh` should be conditionally done when it is available. See https://github.com/ocaml/ocaml/pull/12996 for a similar discussion for the ocaml compiler.

We're seeing reports of an error with a backtrace that cannot be used because a subsequent `Unix.close` erases the original exception. See: https://github.com/savonet/liquidsoap/issues/3732 This PR makes the close silent and...

`floatarray` are defined in `Float.Array` since OCaml `4.08`. They are guaranteed to be always be unboxed flat arrays. If the compiler supports it (see: https://github.com/ocaml/ocaml/pull/12019), `floatarray` can be cast to...

That was easier than I anticipated!