Douglas Bagnall
Douglas Bagnall
I am afraid I don't really understand what this is supposed to mean.
So the bug is in JSUCI and not p4wn? You might be better off opening a bug there. In doing so you should probably explain in straightforward terms what you...
[examples.tar.gz](https://github.com/shoebot/shoebot/files/3243822/examples.tar.gz)
“`No module named 'webapp'`” means python3 it hasn't found `webapp.py`. Usually I run the tests in a `venv` virtual env, along the lines of https://github.com/moodlehq/moodle-mlbackend-python/blob/master/INSTALL-venv.md from the directory (`/opt/moodle-mlbackend-python/` in...
> Have you tried to run with different python version? I see CI in github uses python3.7 To clarify, the mlbackend itself runs under newer versions (I use 3.8 and...
please look at #24, #27, and #28.
that is correct, though #21 is also in #27 (and thus also #28). #29 should apply on top of #28. I think the best order would be to start with...
I have seen some things I want to fix. For example, there's a "WIP" commit message, and I want to put my benchmark script into the series. I'll get onto...
OK, so now I have #30 and #31, which conceptually map to 2.5 and 3.0 respectively. I don't know whether it preferred to keep making new PRs like this or...
now these have hooks to run the tests on upon pushing to github.