Results 399 comments of refi64

Random thought, option 1 could be a bit inconsistent since of course it works if you're in the wheel group.

Hmm that's odd, I'm quite sure I've run flatpak-builder --install several times without needing to auth, unless it's changed since then or it's a Fedora-ism?

We *do* have retry support, you can use `--retries`. That being said, this shouldn't be hanging in the first place; I'm aware of that happening sometimes, I just haven't gotten...

Right, so I actually started out using tqdm but ended up removing it, because as it turns out, I didn't actually want a *progress* bar, per se, and it definitely...

So as it turns out, there *is* a nice library that does what I need, it's just not marketing as a progress library: [Rich](https://github.com/Textualize/rich). It also gives some *very* fancy...

I think you're misunderstanding what's happening here. This occurs when the file being included is *missing*, thus the proper fix is to give an error and exit, not continue. As...

I was playing around with flatpak-pub-generator once a *long* time ago but never got too far into. That would honestly be the easy part though... Flutter's tools also assume they...

Okay so, I will admit, I did not realize this was undrafted until a few weeks ago, and then promptly forgot about it again. Ditto on the above comment, but...

It would probably be easier to e.g. set an environment variable instead. On Tue, May 19, 2020, 11:50 AM Colin B. Macdonald wrote: > I gather that the apply_extra script...