CrazyPython
CrazyPython
Usually the service is slow but gets the job done, but this time, it wouldn't load after a few minutes. My requirements.txt file ``` bcrypt==2.0.0 cffi==1.1.2 click==4.0 dj-database-url==0.3.0 Django==1.8.2 django-postgrespool==0.3.0...
Hi, I made [Web Periodic Table](https://wwwperiodictable.surge.sh/) which shows the available technologies of the web, color-coded by browser support. It's great for checking browser support and seeing experimental features. It was...
I often use an Alt action for sending events. For example, I might dispatch the `pressXYButton()` while declaring the animation for that button. I find payloadless dispatch useful because it...
I'm aware this doesn't update the logo shown in settings.
_NoDescriptionProvidedPeriod_
Lots of english and style fixes. Example: > Gas is extensible and it's easy to extend with any functionality you may want. "it's easy to extend with any functionality you...
I'm creating a bot and > ...as many candidate replies as it can in half a second. is inconvenient, because my bot has it's own scoring algorithm wrapping cobe. Can...
I'm making a bot and this interferes with `tqdm`, a progress bar module.