Nicolas Schneider

Results 55 comments of Nicolas Schneider
trafficstars

@sigmavirus24 are you still working on this? I'm thinking of taking this over to get this over the line.

How are keys identified then, if all their metadata gets removed? Or do you just want to remove the plaintext fields and introduce encrypted ones?

I agree that it's nice to have, but this leaks metadata unencrypted. That's why I proposed to have them stored encrypted, so that each key that can decrypt the repo...

In any case this should be a customizable option, since some games support cloud save, but only if installed through steam (obviously) and even if installed through steam, sometimes cloud...

Cross-posting from #27449: I just reproduced this on latest master, happening in debug, profile, and release, tested on a Pixel 2 and the emulator. The screen briefly flashes when selecting...

@techouse can you show an example how this can be done, since you closed it as completed?

I'm voting for not having this as default. Otherwise, my list would get populated with all the serieses I'm planning to watch, but haven't started, yet. I use the recommended...

I agree that for a CI environment (or even most default developer machines) where options are never set manually with `meson configure` and just the defaults are used, changing the...

meson's approach has always been that you configure your build dir *once* and only have to call ninja afterwards. However, this is not true if you modify the `default_options` of...

The thing is, as a user I don't want to call any other command manually after updating my build files. I simply want to call `ninja` and everything should work...