David
David
I have found the simplest cleanest solution for this mess. ``` /** * Main entrypoint and recommended function to use for route navigation. * @param {string} location - The path...
You are missing the empty line I added with the @property part.
I didn't notice that I was just focused on getting it to show the documentation On Thu, Feb 2, 2023, 16:21 Joseph Sawa ***@***.***> wrote: > I have found the...
If there is someone out there who also needs to have support for fzf the only change you need to do is on the regex. Just add an extra `|fzf`...
glad to know im not the only one who noticed it.
is there a safer mapping we can use to prevent this issue? that does the same thing?
I had to change the script I found on the wiki because it doesnt work if you never installed poetry... so this is how it looks like now: ``` #...
uff I didnt think about that you are right. That could just be documented as well or you could add some optional value to auto install... This is completely out...
I can understand what you mean but you are using the wrong argument. Poetry install goes to the internet to download a shit ton of packages depending on your project....
Ah! Could we just add an if then that shows a message that you need to install poetry if it's not found? On Wed, Jan 11, 2023, 23:50 David Maia...