Daniel Dvorkin
Daniel Dvorkin
The failing check seems to be an issue with the environment.
@djmitche while the longer term vision[ is being discussed](https://github.com/GothenburgBitFactory/taskwarrior/discussions/3235), do you see any path to get this one hook in? Would help a lot with some stuff I want to...
Makes sense, thanks!
I'd recommend you check how bbPress does it. Specifically see bbp_locate_template (http://bbpress.trac.wordpress.org/browser/trunk/includes/core/template-functions.php#L61) and bbp_get_template_stack (http://bbpress.trac.wordpress.org/browser/trunk/includes/core/template-functions.php#L167)
I saw that @ryneeverett but a few thoughts 1) Adding the commitment to parse and execute math formulas from the config file would be a huge step. That feature needs...
I had some time during a long flight and put a PR together. Would love to get some comments.
I'm pretty sure it broke on neovim 0.9.4 with this diff https://github.com/neovim/neovim/commit/c5b9643bf1b0f6d5166b4abf6a7c3f29532aefeb Adding the http parser for treesitter fixes the issue. http parser is not enabled by default in LazyVim....
> No lazy loading and I tried http and rest extensions, http give error http and rest give error conf @volga629-1 try ensuring the http treesitter parser is installed
Agreed on fatals. And I'm on the fence with warnings. Ignoring them could end up biting you in the arse. But totally get the raison d'etre of this and it...
Well, I guess most users of this plugin will also use Debug Bar (and I hope phperror.php because it kick ass), so it's not minor. phperror does some funky things....