Daniil Baturin
Daniil Baturin
I suppose the preprocessor output caching from 4.4.0 fixes the worst bottlenecks. If you have any ideas for caching other things, please create issues for them.
I fixed the sample site config yet again recently. I suppose the most acute problem was fixed by autogenerated default config and `--show-default-config` is there, but feel free to re-open...
Just checking, does this wording look good or something needs improvement?
Now that the changes are approved by at least one reviewer, can they also be merged? :)
Any objections from the maintainers?
Conflicts and no recent activity — shall we close the PR?
Interesting question. Frankly, I'm tempted to rewrite the parser part as a custom-built state machine, or using some context-sensitive language toolkit. The "regex"-based approach obviously got out of control and...
Sorry, I forgot. My CMake version is 3.19.7
Is anyone even maintaining the lib anymore? ;) This is a specification compliance bug. I'm ready to work on a PR, but since it's a public interface change, I'd like...
@hhugo No, you misunderstand my point. `1` or `"hello world"` are not only valid JSON _values_, they are also valid _complete JSON documents_. Thus the function intended for parsing complete...