Nathan Craddock
Nathan Craddock
https://github.com/natecraddock/ziglua/pull/53
Hey thank you for this contribution! So I'm actually unsure how I want to address this. From the perspective of making the API consistent across all Lua versions this is...
Hi @JVimes thanks for reporting! I don't keep up-to-date with Blender as much as I should, so it's possible the latest version introduced some incompatibilities. I'll look into this later...
Hi @JVimes, sorry for the delay. I think I found the issue. Can you confirm? I think what happened is that the cube was under the scene collection rather than...
Thanks! Short-term workaround is to put your object in a collection. I'll make some code changes to handle the scene collection soon
Hmmm. I can take a close look later, but if this is a bug in the other native finders, then I think waiting for a fix in telescope sounds reasonable.
> Hey, thanks so much for this plugin, it has greatly improved my telescope experience :) Great to hear! If I understand correctly, this isn't yet possible. Though with some...
In that case, I have a couple of ideas: 1. I could add a new optional function to this plugin. Something like this ```lua function custom_rank(rank: number, line: string): number...
> In fact I thought this is the whole purpose of this plugin, to manage lsp workspace settings Hey! Thank you for the suggestion. Although this shares language with LSP...
A project directory is a commonly used project folder. Some people (myself included) want to open nvim in any directory, and then have an option to open a project from...