Kevin Chung
Kevin Chung
Now that I'm digging into it, this issue kind of needs more details... Were you able to install pybluemonday at all?
Can you try to pip install pybluemonday on your Pi? I believe it should work now since there are ARM wheels on PyPI now. Can also keep an eye on...
What happens if you do docker-compose build? There’s really no reason that pybluemonday shouldn’t work on x86. Are you running pip in the container or your host? On Tue, Jun...
I investigated this and it only happens under a few situations: 1. First, only admin users can create new users via the API. So it doesn't happen with regular users....
Are you using the docker-compose file to deploy? /events is an [SSE](https://en.wikipedia.org/wiki/Server-sent_events) endpoint so you need an async worker to deploy it properly. The Docker image supports this with the...
@frankli0324 why are you commenting on random PRs and issues? Is there something you're hoping to achieve?
Do you mean when challenges should reveal themselves?
API tokens that belong to an admin user have admin privileges. The user type that's specified there is just to distinguish it from any other type of token. We should...
That sounds like you might be accessing the API incorrectly. Are you specifying your content type as JSON?
Ah sorry I missed what you were looking for. Some endpoints like that since they're shared with users and admins need a a flag to be viewed as admin. Try...