Dominic Hock
Dominic Hock
For this to work I would need to write a full blown code parser. This means parsing files and determining their types ex: ```lua local position = Vector3(300, -200, 2)...
This is unfortunately with the current implementation not possible, since its not parsing the file just parses some characters after and before your cursor
As I already said, this would require a whole rewrite of the plugin. and possibly a language server instead of an in-plugin parsing.
I have an untested fix in my repository. However this can only be merged / create a PR when we have a Linux build. Since CodeQL builds the code on...
The mysql password for `root` is auto generated so you need to first grab that using: ``` docker logs mixpost-mysql-1 2>&1 | grep GENERATED ``` then you can login: ```...
Check what is using port 80 `netstat -tulpn | grep :80`
Running from a devbuild (npm run tauri dev) works without issues
> I have no plans to add C# or GDScript bindings for any third-party libraries, it's just way too much tedious work to write and maintain that sort of thing....
Thank you very much! Didn't know that about Shared Libraries thanks! ```csharp ImPlot.SetImGuiContext(ImGui.GetCurrentContext()); ``` This does not fully solve the issue since now I'm crashing here: ```cpp if (Window->SkipItems &&...
> > > Just spotted this ... > https://youtu.be/atcKO15YVD8?t=85 Original from Ubisoft La Forge:  https://youtu.be/yjEvV86byxg?t=113 EDIT: Another one from a scientific paper (at 2:00): http://www.dgp.toronto.edu/projects/cubic-stylization/video/cubeStyleVideo.mp4  http://www.dgp.toronto.edu/projects/cubic-stylization/