Jasmine Tai

Results 27 comments of Jasmine Tai

I'm using Emacs lsp-mode, and I've found a consistent way to reproduce this. 1. `cargo init` 2. Add `libc = "*"` under dependencies 3. In `main.rs`, add the following line...

I've found an easier way to reproduce (without any specific text editor): 1. `cargo init` 2. Add `libc = "*"` under dependencies 3. In `main.rs`, add the following line at...

Thank you for the response. Indeed, that is probably what causes it. I agree that this keybind should be disabled by default.

> The Flatpak version is not supported here, so does the same issue exist with the AppImages? Ah got it. The same issue occurs with the AppImage downloaded from musescore.org,...

Thanks!! I'm still having some trouble using it headlessly. It seems like MuseScore is trying to parse the `-platform` option as one of its own options. I think that option...

> Then try to use the QT_QPA_PLATFORM environment variable instead, see https://doc.qt.io/qt-5/qguiapplication.html#supported-command-line-options Ah, looks like that works, thank you!!! ```console $ QT_QPA_PLATFORM=offscreen ./MuseScore-4.1.0.231061215-x86_64.AppImage -o out.pdf test.mscz /usr/lib/x86_64-linux-gnu/pipewire-0.3/jack/libjack.so.0 /lib/x86_64-linux-gnu/libnss3.so ```

> Should work after # 17510 > > @j-tai Can you try this build please https://github.com/musescore/MuseScore/actions/runs/4925941141 ? (or the next master nightly) > > Thanks! With that build, the `-platform`...

> As far as I know this issue was only about Ubuntu, so on Windows it should work anyway. I'm not sure what's the status on Ubuntu; there has been...

Thanks! I will look into data generators. It looks like the packet uses the sound ID plus one; see `net.minecraft.network.PacketByteBuf#writeRegistryEntry` (yarn mappings). The +1 offset probably applies to more packets...