Noah Bogart

Results 253 comments of Noah Bogart

You can use fd to narrow the search to your chosen filetypes: ``` fd .clj -x sd ``` `-x` executes `sd` on each file found, instead of on all files...

Looks like you included this change in 1.2.5! Thanks so much.

It might feel cumbersome but I think you've found the best solution, @pamburus. Relying on `WHITESPACE` allows for ease of writing and iteration early, but once a grammar gets complex...

I don't think anyone will be annoyed by you waiting a bit to see how the dust settles.

This feels like a job for the compiler, not the parser. I know that some PEG libraries can do this, such as the one Python uses for interpreting Python code,...

I believe that's merely an issue with how it was displayed. The top subroutine is just too long to display the red x adjacent. I'm not sure about the counter...

Yeah, something fucky has happened, either the state got out of sync or an effect was applied in the wrong order. I'll write a test, see if I can re-create...

Thanks for the idea! I'll be working on this when I get a chance.

Oh that's a good point. I didn't know that Malli inlined those schemas. Is there a way to apply that inlining upfront?