Peter Bengtsson

Results 314 comments of Peter Bengtsson

@liumichael We currently can't support contribution work unless contributors are somewhat familiar with Django, docker-compose, and JavaScript. For example, we currently don't have a support forum other than GitHub issues...

The Wiki and its "View profile" feature is on death row. But not for many months. That's a hard fact. Another hard fact is that when the Wiki dies, there'll...

Ahaha! I thought we were talking about the kinds of terms and words that we type into the user facing templates. Because I know I've stirred on that before. /me...

@tech-007 Where does it say that? URL?

Is the Keyserver stuff just because we so carefully manually install Node (and npm?) within the Python Docker file? I don't know who this nikolaik user is but he seems...

The other major thing would be if we could mount a filesystem for poetry to use as a cache. Not just for local development but if so we could tell...

For the record, the sign up seems to have worked: https://developer.mozilla.org/admin/socialaccount/socialaccount/747161/change/ Might just be a matter of a race condition of pressing the sign up button twice or something like...

Can you make the cursor blink?

Another "mitigation" is to check the HTTP referer. If you use `curl http://localhost.org:8000/users/github/login/` it means the `request.META.get('HTTP_REFERER')` becomes `None`. If you actually click the GitHub/Google button in a browser the...