Alan North
Alan North
I figured out what was happening in my case. I had a dynamic name for the describe blocks and obviously the algorithm to match the names must not have been...
@GitMurf You also had dynamic names then? I doubt there is a way to make it work because it's not possible to know what the final name (that is outputted...
@GitMurf No, am on linux, and I have not had any issues since I changed all the dynamic names...
I've found another edge case, apparently, template strings alone (no variables) can't be used either. I was working on a parser and I did not want to escape the input...
No problem, here's my [fork](https://github.com/AlansCodeLog/neotest-vitest) with the option to add additional treesitter queries. Then you can do the following for now to get template string support: ``` { "alanscodelog/neotest-vitest", opts...
Hi, I haven't given up. I was busy and now I'm re-writing it in a private repo/s. Also I ran into problems handling the dragging with this one. I should...
I'm not sure it even worked in the last commit. Sorry. Feel free to take inspiration from the code, but this version was a mess. I've added a note to...
Sorry, I just haven't had the time. I'm still working on the rewrite but in tiny bits. Trust me, I want this to work the most out of everyone or...
Yes, I just cleaned and made public the main repo [shortcuts-manager](https://github.com/AlansCodeLog/shortcuts-manager) and two related packages, a [boolean parser](https://github.com/alanscodelog/expressit) (for parsing shortcut contexts) and a [shortcuts parser](https://github.com/alanscodelog/parsekey). They are all unpublished...
This would be really great. I'm moving my projects to using nix flakes with devenv (it's like docker but it does more, basically takes care of configuring all dependencies for...