Kassandra Pucher
Kassandra Pucher
This error does not occur on version 2.4.8
You can look at the complete build process if you look at the PR mentioned above. This syntax error occurs on MSVC 2022 and 2019 versions. The language standard is...
``` "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX64\\x64\\cl.exe" -c /EHsc -nologo /MT -std:c++17 -DBOOST_ALL_NO_LIB -external:W0 -external:IC:\Users\runneradmin\AppData\Local\.xmake\packages\f\fmi4cpp\0.8.0\334f1334676140cab16485e916dbec1e\include -external:W0 -external:IC:\Users\runneradmin\AppData\Local\.xmake\packages\b\boost\1.78.0\e7f230f8b6e74f199a0c2484f358c00c\include -external:W0 -external:IC:\Users\runneradmin\AppData\Local\.xmake\packages\l\libzip\1.8.0\4fbc31ec5b664147aa73660680c2d2ba\include -external:W0 -external:IC:\Users\runneradmin\AppData\Local\.xmake\packages\z\zlib\v1.2.11\a593fa3f71e64cf790ec96898b34de8a\include -FoC:\Users\RUNNER~1\AppData\Local\Temp\.xmake\220407\_B65BA9F833D04C7086C8034C023CCBA0.o C:\Users\RUNNER~1\AppData\Local\Temp\.xmake\220407\_43FD57E494514C708E3879676CE133D0.cpp ``` This is the entire compiler call for...
I changed the constructor to default to single mode. It is more backwards compatible, but not completely since the callback requires a slice instead of a single variable.
@andydotxyz I readded the OnSelected callback and changed the default constructor to the way it was before. For the Single mode it works the same way and for the Multi...
Is there a particular reason as to why the `execve` syscall is not used on arm64? It does exist and run completely fine on my Pinebook Pro. I considered changing...
Yes, I am getting the same error. I have changed a few things `static const char* toUTF8(const cAudioString& str) { static int id = 0; static char buffer[8][1024]; id =...
@colemickens I have set `"window.titleBarStyle": "custom"` and I can used it completely fine except for it crashing as soon as I open a new window
@TheRDavid For me it just works right now. I am using the vscodium package from the chaotic-aur on Arch. The Exec entry in the .desktop file is the following: ```...
I retrieved a log after starting it manually: ``` [06:45:22.093] (II) DAEMON: Initializing... [06:45:22.098] (II) DAEMON: Starting... [06:45:22.098] (II) DAEMON: Logind interface found [06:45:22.099] (II) DAEMON: Adding new display... [06:45:22.099]...