Antonin Décimo
Antonin Décimo
Note that you an also run ocaml-ci locally, on a git repository. It will track changes committed to the repository, and run its usual test suite. Try `dune exec --...
Maybe we should be using `# syntax=docker/dockerfile:1.4` or `# syntax=docker/dockerfile:1` instead of the sha.
Of course, let's keep it for later 🐊
I've changed this PR to allow running CI jobs on architectures unsupported by the master distro (Ubuntu supports RISC-V but Debian didn't (at the time of writing)) and disabling a...
Ansi' css is loaded here for `ocaml-ci-local`: https://github.com/ocurrent/ocurrent/blob/a5594bf11f4dbe43040b8736ee3091ae90d498ac/lib_web/current_web.ml#L53 and there for the web-ui: the css definition is there: https://github.com/ocurrent/ansi/blob/master/lib/style.ml IMO what we could do is defining color schemes in ANSI,...
The ANSI color situation should be fixed by now. It's also easier to switch to another colorscheme, so we can revisit that if needed. User @art-w reported: > While you...
It would be nice to have the page scroll automatically, to stick to the bottom if it's already there and there are still logs being pushed. If someone manages to...
Impressive feature! If it's too cumbersome to read embedded bash, you can always have the script standalone in its own file, and embed it with `ocaml-crunch`.
`capnp-rpc-unix` specified an old lower-bound for `re`. This particular `re` requires `jbuilder`, which spurs out deprecation warnings (switch to Dune 2! switch to Dune 2!) when used. The warnings were...
Well then I'll write tests and inspect what's going on. Thank you very much for trying this!