Luca-Philipp Grumbach

Results 10 comments of Luca-Philipp Grumbach

Hey Bloxigamer! Auf der release-Seite (https://github.com/Vertex-Client/Vertex-Client-PE/releases/) solltest du alle VertexPE Versionen sehen können. Ganz oben auf der Seite ist die Neueste. Am unteren Ende des releases ist ein Dropdown-Menu mit...

same issue here! - Sequoia 15.2 - M3 Pro

I tried to do that but failed due to `ld: library 'webpdecoder' not found`. I was not able to resolve this, but that is another topic. When looking at the...

One workaround to run the unsigned app is to use the lldb debugger. ```console lldb /path/to/libresprite.app/Contents/MacOS/libresprite (lldb) target create “libresprite.app/Contents/MacOS/libresprite” Current executable set to ‘/path/to/libresprite.app/Contents/MacOS/libresprite’ (arm64). (lldb) run ``` I...

Just a quick note from me: I am open to working through the mentioned issues and helping with documenting the plugin in the SUG. I just have a lot going...

> OK. I will move task to 26.1. This can be closed as soon as a SCM-created SC runs the structural test successfully. I had hoped in September this (a...

> * The sequence of elements is technically IMO not relevant, but it does not hurt following modern skyculture or other existing and what's described in the SUG. Btw: we...

> I was not pushing it to the forefront of users' attention (presenting in the foreword) as long as the result did not comply to technical tests with [@10110111](https://github.com/10110111) 's...

I've created some SC's and the tool did not complain about anything. To me it seems like this issue can be closed then. I didnt have time to check it...

I compiled this on my machine and your code generates a few new warnings that need to be fixed. Some examples include ``` ScmSkyCultureDialog.cpp:659:69: warning: unused parameter 'column' [-Wunused-parameter] 659...