Julien Reichardt

Results 111 comments of Julien Reichardt

You're right ```cr require "benchmark" STR = "abc" Benchmark.ips do |x| x.report "6 * String+" { STR + STR + STR + STR + STR + STR } x.report "6...

Hello, good news: I got a fully flathub-compliant Flatpak built. However, the application quickly returns an error after startup stating that some directory are not writable. It can be fixed...

Thanks for the quick reply! Great, awesome if you can work on that! For the name, it is a reverse domain name. The Cemu project owns the cemu.info domain, so...

> No particular reason other than we don't have the logo in a higher resolution and the original artist has long disappeared. Someone would have to remake it if we...

Oh ok so @Exzap meant submitting the PR from https://github.com/cemu-project/flathub/tree/info.cemu.Cemu, my bad. No problem!

Let's use that then, if the Cemu authors agree. It seems not copyrightable, thus free for any use.

I noticed the icon is not the same as the original icons. The best is to have a consistent one, the only way is to all the existing *.ico and...

Thanks to have tried it out! Being able to write to the home is not a solution, it defeats the whole purpose of the sandbox, plus is not necessary if...

Can be closed, most of the points are resolved now. I'll make a PR to have a better quality image.

Using macros is the way to go. I think also it would be good to put each platform specific implementation in its directory like `linux`, `bsd`... and of course keeping...