Romain Beauxis

Results 608 comments of Romain Beauxis

Hi @lildude ! The indexer has caught up to `2k` files now. Is it time to reconsider this inclusion?

@lildude I asked the question because I do not want to have to update the PR constantly without a clear understanding of wether or not it will be considered for...

Thank you for these clarifications, I genuinely appreciate. Ultimately, I still do no understand the policy and its purpose. If the purpose is to prevent frivolous languages from being included...

Great catch on the threads hard dep, thanks. That fixes it. I'll follow-up there.

> It's indeed rather unfortunate, but you will need to factor your rules into more directories. In particular, building your code generator should be done outside of `doc`. So you...

Thanks for looking into it. Here's a minimal example: https://github.com/toots/dune-dynamic-import-issue

Ok thanks I'll think about how we could reorganize the files.

Thank you! It is very useful. I have been able to use it to implement a dynamic import for our doc generation. For the tests, though, it is unclear if...

Hi, It looks like an issue with the compiler but, as far as I know, this warning should not halt compilation. I'd recommend using `opam` to install liquidsoap now. We...

`brew` is used to install the underlying libraries like `mad`, `lame` etc. `opam` is used to install the OCaml parts. `opam` should be able to tell you which `brew` packages...