Hugh Rundle

Results 212 comments of Hugh Rundle

Additionally, it appears that the way the streaming API is configured, it expects the database user to have a password. I couldn't find any way around this, but using the...

This seems like a more complicated solution than is necessary. I just recently migrated to a new Ubuntu 20.04 server and similarly had issues with the instructions. A simpler way...

Also some guidance on [the Mastodon discourse](https://discourse.joinmastodon.org/t/mimemagic-0-3-5-no-longer-available/3497/20) for fresh installs, which worked for me: ``` bundle config deployment false bundle update mimemagic --minor bundle config deployment true ```

The simplest way to fix the nginx problem is to run certbot in `certonly --standalone` mode before enabling nginx. We already know where the certificates will be saved and what...

Should this be a book, or a particular edition?

Note to devs: This is more or less what I was trying to describe in my comment in #1368 I'd like to do some work to clean up this whole...

> I don't know a better way to do this, just take into account a hypothetical situation where the username is changed by the user (if they're trying to be...

@mouse-reeve I'm a bit confused about why these tests are failing. The login should only redirect to `/login-2FA-prompt` if `two_factor_auth` is `True`, which it shouldn't be for your test user...

> @mouse-reeve I'm a bit confused about why these tests are failing. I had a sudden thought this morning and now it's _obvious_ why tests are failing. I'll update the...

Ok @mouse-reeve (or anyone else) this is ready for checking. I added some tests but I had difficulty testing the `post` function on `login_with_2FA`. I think because it checks the...