Deyao Chen

Results 15 comments of Deyao Chen

Use python 3.7. The other versions might work, but I haven’t tried them. Dependencies are quite finicky in general.

Idk. Try to google it. Alternatively you can just set up a local dev environment which is way more flexible than replit.

Maybe it’s a problem with your database not persisting. Watch `bot.db`. The “Verified” role is managed by Discord so the problem with this bot won’t affect that.

In that case, I don't really know, but it seems to be a problem with the people who host the bot. As far as I can tell from the source...

I think this fix hasn't been released yet. You can: - Wait for the release - Downgrade to Django 4.0 - Use the development version (not recommended)

I was thinking of racing condition in concurrent thread, but the `Cell` prevents you from sharing an rng between threads. Now I can't think of any case where refactoring this...

Sorry about the commit style issue. I have fixed the problems. Please review.

That's interesting. On my system (which is running Scientific Linux 7.9 with a ton of really old packages), it failed with the make step (not the configure setup). > In...

I would prefer having libedit because it is quite lite and it can prevent having problems with other packages that depend on it.

Not sure why CI too so long to finish that it got canceled.