Josh Asplund
Josh Asplund
Currently the most recent build is 2+ years old, and the completed 2.6 and 2.7-SNAPSHOT tags do not even exist. Could you build newer images so that I can use...
One source of unexpected bugs in testing was unpredictable settings files chosen (specifically the special casing for `get_local_test_settings_file` in `manage.py`. One way I have dealt with this in other django...
Currently if you create a question that uses checkboxes, it is rendered as radio buttons rather than a checkbox
Looking through the project history the decision to call out to the xmlsec1 binary made sense at the time due to the poor state of the library. However, the library...
Currently the interface is not styled well when using grappelli
The instructions for docker deployment say to set the `WEB_ROOT` variable when deploying, however this does not rebuild the app, so none of the static assets are available. This can...
Fix missing input declaration
There are a lot of files hanging around for deployment/CI using vercel/now. Working to bring these up to date has revealed several backwards-incompatible changes that are going to take some...
Currently the tests will fail if run using the standard `npm test` command as it runs them in parallel. Each test suite uses the same database, so they write over...
References to the package `laser.ethereum`as `ethereum` shadow the imported package `ethereum` which can cause problems when running tests. This is easy to take care of by renaming the module to...