mike
mike
If I get time, I might look into this more, but my initial thought when I read this... >If p1 and p2 (line start and end) are on the same...
I ran into this too and realized what was going on see #480 basically, there's a default pipeline "stopWordFilter" that filters out a set of small words (including "her" or...
What exactly is it that makes you not happy about the documentation? Is it the organization of the content in the readme or the wording? Is it the amount of...
I like it so far just needs more content filled out, I think. It'd be nice if there were more example images and gifs on the front page showing maybe...
`import 'nog/components' as C;` in [the bar config](https://timuntersberger.github.io/nog/#/configuration/bar) doesn't work I think because it's expecting single quote to be a character. Also, not sure if it's because of my branch...
The preview video is neat but what is the thing you use to open programs? Because A) I want that and B) it's not clear that it's not part of...
> > The preview video is neat but what is the thing you use to open programs? Because A) I want that and B) it's not clear that it's not...
looking at latest on the custom-language branch (not sure where the best place to discuss this is?) On the functions page there's this example ``` var count = 0; //...
Ah, sorry was trying to add a comment and hit the close button by accident Was able to look over the bulk of the config changes +1 One thing I...
I finally realized what my issue was with using the nog.launch binding. In the old rhai configs, I had strings with backward slash escapes > C:\\\Program Files\\\vim\\\gvim.exe But the new...