정승우

Results 12 comments of 정승우

```bash #!/bin/bash if [[ $DOCKERFILE_PATH == *-ARM ]]; then # https://github.com/balena-io/qemu # Download a local copy of QEMU on Docker Hub build machine curl -LSs 'https://github.com/balena-io/qemu/releases/download/v3.0.0%2Bresin/qemu-3.0.0+resin-arm.tar.gz' | tar -xzv --strip-components=1...

I built this in the local, but the splash screen stops and shows a blank screen. ```log ❯ flatpak run --verbose com.modrinth.ModrinthApp F: No installations directory in /nix/store/rzymg3pxx85c0q6kz3qvyir6058z9ink-flatpak-1.14.5/etc/flatpak/installations.d. Skipping F:...

vulkaninfo says `Mesa 23.3.5 (LLVM 16.0.6)`. #4972 also doesn't work on GNOME 45, but it does work on GNOME 42, so I might find the problem somewhere in between...

I used the flatpak app with various permissions modified, and yes it would be better to have the `filesystem=host` by default. Users can narrow the permissions if they want. >...

This should be resolved in tauri. https://github.com/tauri-apps/tauri/issues/4930

Related ticket #163

@p5 you can use this api: https://app.gitbutler.com/releases It's good to note that the download URL is immutable, but it seems that the version may not be. See https://github.com/flathub/com.gitbutler.gitbutler/pull/43 and https://github.com/flathub/com.gitbutler.gitbutler/pull/42

Yes, PageUp and PageDown work as expected for me too. It scrolls a single page. > I don't have a home or end button on my keyboard to test this,...

ESC works fine, but I think @GiantCrocodile means the action of removing the cursor from the editor.

> Is the path uri the same every time? no, a different random hash is used each time ```shell > ls /run/user/1000/doc/73a42925/ > ls /run/user/1000/doc/9e5ffb01/ > ls /run/user/1000/doc/f9bc6ed6/ Music/ ```...