Francisco J. Sanchez

Results 20 comments of Francisco J. Sanchez

Ok thanks, I will implement it that way and keep an eye on the new help system. Thanks for your attention and for the great work all of you are...

This could also fix #229 by manually stopping recursion. Something like ```typ #show "fancy": it => { unnaply @my-show-rule raw("fancy") } ``` or ```typ #show "fancy": it => { unnaply...

I wasn't trying to say it was a simple thing, I'm sorry if you understood that. I was just throwing out an idea on the previous suggestion without thinking about...

Thanks for reporting. This is an issue with the dependency `ariadne` that I just reported (https://github.com/zesterer/ariadne/issues/116). Until it's solved or a new version is released you can install `chef` with...

Hi, I have also been following the issue and considered `codesnake`. I started porting the code and it's pretty much done. But I realised that some features were missing or...

Fixed in 0.13.3 😄

I don't know which architecture the raspberry pi zero has (you can check with `uname -a`) but if it is `aarch64` (or `arm64`, it's the same) you just have to...

I'm not sure if I should do anything about this. Maybe the best solution is just let people licence their stuff the way they want. Maybe with a comment on...

The main reason I dind't implement this is because I liked the clean list look. I also planned to add a "cook mode" or something like that. Where steps are...

I have thought about adding this because the original cooklang cli has it. But it was not one of my priorities. I won't implement it now because I don't have...