cwegener

Results 109 comments of cwegener

> > Try to enable 2FA on your account. > > I enabled 2FA, still > > ```shell > [user@host hydroxide]$ ./hydroxide auth [email protected] > Password: > 2023/05/11 19:20:13 request...

> > > Try to enable 2FA on your account. > > > > > > I enabled 2FA, still > > ```shell > > [user@host hydroxide]$ ./hydroxide auth [email protected]...

> Since the k6packager image and package hosting is managed privately by us, this would be difficult to test for an external contributor. So in this case it would be...

Without being able to see what the k6packager does, I don't think it makes sense for me to do any work on this. If there's no realistic timeline for this...

For anyone who is interested - this issue was caused when @xnox added the wrong (broken) patch [^1] into Ubuntu Impish instead of the correct and working patch [^2]. That...

> So, anyone who is stuck on Jammy unfortunately has to live with the results of this mess as there is nothing in jammy-backports Although, manually downloading and installing a...

@juergh Thanks. The jammy package from your PPA works just as well for me as manually installing the 3.6 package from lunar. No issues to report and my primary use...

I don't understand what this does? It still requires a legacy `setup.py` file to be generated by the python project that is supposed to be converted. However, pretty much all...

> > It still requires a legacy setup.py file > > No, it doesn't. > > There is an option to use `setup.py file`, if it presented. But if there...

> Although in this MR I made attempt to solve the issue via `pip wheel`, not via `build` module from PyPA, as suggested in #2040. That's excellent. `pip wheel` will...