Etienne Baudoux

Results 290 comments of Etienne Baudoux
trafficstars

Hi, I hit this issue a few random times myself. I noticed the issue vanishes if I build `ResxHelperGenerator` project alone first, before building the whole solution. Can you please...

Thanks for confirming ! yes, i should probably add this as a workaround. For the `sudo` command, I recall having trouble when not using it, because `dotnet` needed it in...

Hi there, Is anyone familiar with how to build a flatpak manifest? I'm reading the documentation and I'm getting quite confused by a few things. For your information, I'm quite...

> @veler You can take a look at https://docs.flatpak.org/en/latest/conventions.html. Flatpak expects a few conventions. > > > > The Flatpak manifest doesn't only define where to install the application, but...

> @veler You could use pre-built binaries, but AFAIK Flathub only allows binaries in exceptional circumstances. That's for auditing / safety reasons. By using sources, you can be sure the...

Hi @CodedOre and @hockdudu , Sorry for my lack of responsiveness here. Quite busy with many things this summer! @CodedOre, this is impressive to me, and I have many interogation...

Thank you :) I guess, it would certainly help (with flatpak and other...) if I was publishing the CI on GitHub. The reason I kept it private is to try...

I see. Building from the source might not be ideal in my case though, because the build process for release isn't as straight forward as it may sound like. >...

Ooh, that makes more sense now! Thank you for the long explanation! I totally get why it's better to build it from the source in this scenario then! :D I...

> I have found a bug, introduced when switching from using the Build project to using the dotnet commands directly, as it does display the wrong version: Ah! Yes! I...