Juan Cruz
Juan Cruz
When will it be possible to get version 0.4.3 from pypi?
I would love this feature!!! I currently use flake8 with quite a few plugins, and I don't want to switch until I can generate an HTML report.
Hi @konradhalas I have added a pull request with this functionality, tell me what you think!!!
I simply adapted the docker-compose that I had (I used to generate the images myself and it was fine to lift on my local computer). It used to work without...
After further research, if I add redis it looks like and move on to have this docker-compose: ``` services: conductor: image: reg.1u1.it/dockerhub/conductoross/conductor:3.15.0 container_name: conductor ports: - 8080:8080 - 5000:5000 networks:...
If I generate conductor:server with the dockerfile from this repository with the tag v3.15.0 it works fine.
Any news on this? Do you know what the problem is? I would like to be able to use the image in my systems so I don't have to generate...
Any news about this? Will the official docker repository be maintained or will it be abandoned? @manan164
Note that changing /poll and /poll/batch can break clients (since the expected codes were 200 with content if I get homework, and 204 without content if there was none). If...
> @JCHacking, are you suggesting that we undo the code changes for `/poll` and `/poll/batch` to maintain the current behavior? No, I think it is more correct that if it...