bobo

Results 40 comments of bobo

### +1 for TeraCopy integration 💯

> I'm not familiar with this either. I know Teracopy registers itself as a drag&drop handler. Explorer++ code is a good place to see how to invoke it. It can...

@thelindat Hey, thanks for the response! Actually, I already have https://github.com/LuaLS/lua-language-server installed and setup with Helix. I found this addon: https://github.com/ProjectTH/fivem-lls-addon, and I was wondering if it's somehow related to...

> For whatever reason they forked my plugin, made objectively worse native codegen, and then PR'd it to [LLS-Addons](https://github.com/LuaLS/LLS-Addons) which is a vscode addon viewer. Oh. That's what I thought....

> Download [fivem-lls-addon](https://github.com/overextended/fivem-lls-addon/tree/main?rgh-link-date=2024-05-13T19%3A15%3A46Z) and configure the libraries and plugin in a [.luarc.json](https://luals.github.io/wiki/configuration/#luarcjson-file) file in your project root to include those paths. I've successfully configured everything and it works amazingly! Thanks...

> This resource just installs the [vscode-lua](https://github.com/LuaLS/vscode-lua) extension, includes [fivem-lls-addon](https://github.com/overextended/fivem-lls-addon/tree/main?rgh-link-date=2024-05-13T19%3A15%3A46Z), and changes some settings for you. > Download [fivem-lls-addon](https://github.com/overextended/fivem-lls-addon/tree/main?rgh-link-date=2024-05-13T19%3A15%3A46Z) and configure the libraries and plugin in a [.luarc.json](https://luals.github.io/wiki/configuration/#luarcjson-file) file in...

> I have the same problem but I saw someone else mention a permission issue so I tried running as sudo and it works, no crash I also tried the...

Why not implement it directly to `QueryVariables` without having to derive it?

Understand. I'm still really surprised you even took the effort. This would work well with some derive persistence system for query-gen, where you can add additional derives to the generated...

Btw why not use generics instead of dyn?