-
-
To improve the user-friendliness of Repobee for teachers without a Computer Science background, I would like to extend a subset of Repobee with a GUI: initially just for setting up and cloning student…
-
It would be nice to be able to use a custom task runner instead of only having the choice between blocking the request thread or using Celery. This would be particularly useful in cases where one migh…
-
There is an error running Wooey on a Postgres database backend (and using the same backend for celery):
```
[2015-08-12 13:19:33,616: ERROR/MainProcess] Unrecoverable error: OperationalError('SSL err…
-
Just wanted to try out Wooey on Windows 7. Unfortunately the py-bcrypt build fails miserably:
```
\pybc_blf.h(86) : error C2146: syntax error : missing ')' before identifier 'passlen'
\pybc_blf.h(86)…
-
This is possible a documentation issue for the most part...
It took me a while to realise that scripts are expected to be "standalone".
As things stand a script that imports local modules within t…
-
Based on [docs](https://mysqlclient.readthedocs.io/user_guide.html#functions-and-attributes): there's no 'sslmode' attribute. The following [code](https://github.com/kennethreitz/dj-database-url/blob/…
-
Have you considered SAML 2.0 or OIDC authentication types ? or is it in the roadmap ?
-
The following packages have been incorrectly marked as not being research software:
I hope this is the right place to put this, and isn't a problem listing loads of packages in one issue - these are …
-
(Sorry if it's not the place to ask)
Is there any plan to support argh ? (https://pypi.org/project/argh/)
Thank you,