Mateus Rodrigues Costa

Results 56 comments of Mateus Rodrigues Costa

Thanks for looking into it! I look forward to playing those games in a superior way and in my own native language. Specially Summer Resort 3, which was my favorite...

Sure, I will start the translation today but it might take the weekend to finish it. I don't remember very well how long the games are. Also the translation might...

@mattbruv Can you give me some info on how to serve the games from the `brazil` branch locally? I'm not very used with node/npm projects.

Please also support [BTRFS swapfiles inside a subvolume](https://wiki.archlinux.org/title/Btrfs#Swap_file) on the default Fedora encrypted disk install!

For completeness, apparently there's is gamemode support via the `gamemoderun` command, but it might not work in the best way: ```sh #!/bin/sh SCRIPT_DIR=$(dirname "$(realpath "$0")") if [ -f "$SCRIPT_DIR/Ryujinx.Headless.SDL2" ];...

@smcv Let's continue https://github.com/ValveSoftware/steam-for-linux/issues/10487 here. I also did notice this very interesting behavior: If I have given `~/Games` read-only access: ![Captura de tela de 2024-02-28 22-25-18](https://github.com/ValveSoftware/steam-runtime/assets/24463334/cf489806-6703-4cd5-8bbb-9e0fcebc3c6d) If not: ![Captura de...

> Did the Dart Sass work flawlessly with pico v1.5.x? If so, it is likely that it doesn't properly support the @forward and/or @use statements. At least that's the behavior...

Oh, just to be clear: v1.5.12 works with both libsass and dartsass v2.0.3 will fail with an error with dartsass (the error I reported in the initial comment) but will...

For now I have reverted to using the pre compiled .min.css variant. I believe all my CSS broke due to the new `pico-` prefix, so now that I adjusted the...

I made a new attempt, apparently libsass doesn't support the `@use` directive and the issue I'm having with Dart Sass is apparently related to relative imports. So, I would have...