roworu
roworu
Oh, ok =) Thank for your reply
Hey! I got exact same error on latest Windows 11 
I would guess, that we just need to add QT6 to makedepends?
I'm also having this issue. Fixed with rollback to v74
Got same error. Is there any log files we can provide to help identify this issue?
@KCkingcollin hey 😃 Sorry for disturbing you, but I seen in some different opened issues, that you somehow dealt with that issue. Do you remember by any chance how?
https://modrinth.com/mod/vulkanmod-macos
I'm also experiencing that issue, but not only for checklists, all texts written in task description during its creation are not saved. I see no errors in browser console nor...
Hey I use following VScode `launch.json`: ```json { "name": "my cool debugging profile", "type": "debugpy", "request": "launch", "program": "${workspaceFolder}/src/dev_uwsgi_server.py", "console": "integratedTerminal", "cwd": "${workspaceFolder}/src/", "env": { "PYTHONUNBUFFERED": "1", "MONGO_CONNECTION": "mongodb://localhost:27017" },...