Cristian Le

Results 1005 comments of Cristian Le

Ah, so that's why the solution for these is to make the links no-ops. So the parser that renders the rst to terminal output (this one using the rst renderer)...

If I read this correctly the goal is for the user configurations to override the contents of the fmf file effectively? There is an ambiguity of how to order the...

Hi really like the idea of this project, great work on parsing the sphinx style documentations, that's exactly what I was looking for. Quick unrelated comment, could the `RST` format...

BTW @ellie, if you want to unblock illumos, [here](https://github.com/LecrisUT/atuin/pull/1/commits/abfd6e9fb9c8377d1c4c27eafaa144d8752e533f) is a change for that (basically use the main branch of `cross` instead of the crate release, because they still haven't...

Wouldn't it be EPEL10 where those dependencies will be available?

Sooo, Epel10 target is out ;)

`fc40` builds are being picked up by `epel10` tests?

Ok, all rebased, but I did not check the equivalence with `tmt` yet and there seem to be a few other rules that need to be commented out for the...

This is an `fmf` issue. If you make the parent a list that would make it work. Maybe the parent could be converted to a list beforehand, but then it...

The idea is to simplify the user setup from ```cpp /*[[[cog import subprocess subprocess.run("hatch run my_script.py") ... ]]]*/ //[[end]] ``` to just ```cpp //[[[cog my_script.py]]] //[[end]] ``` Some benefits would...