Mark
Mark
What kind of versioning would you like to see? Off the top of my head, the snekbox version could just be the commit hash and the API version could be...
Okay, I was leaning towards 2 as well. In fact, I contributed to spectree to reduce the amount of dependencies it needs. Can you go into more detail on the...
Apparently redoc just needs a URI to the spec file. Everything else is generated by JS I guess. So, it comes down to > CI could generate the spec and...
Copying https://github.com/python-discord/django-crispy-bulma/pull/32#issuecomment-617921850 to this issue > I just tried to use the module with Django 3.0 and I noticed that the email input is not working as expected. It gets...
While "ternary" is more recognisable, this is technically called a "[conditional expression](https://www.python.org/dev/peps/pep-0308/)" in python.
That explains some of the errors, but not all. For example: These seem to be syntax errors. I've fixed 2-3 by myself (just a missing ; or
No problem, it's not urgent.