Gastón Avila

Results 18 comments of Gastón Avila

This was fixed in #106 , I suggest it is closed.

This is fixed in #106 and should be closed.

It is not my intention to have this docker-compose file serve as a way to deploy unitime to production but to set up the demo environment, which once coded as...

Oh that is the magic of docker, that path is internal to the container, for example https://github.com/vlatka-sinisa/docker-unitime/blob/master/docker/tomcat8/Dockerfile#L12 is `mkdir /usr/local/tomcat/data` but that happens inside a container. It is as if...

I think validation is ran only during parsing. You could run a quick test directly running http://flask-restplus.readthedocs.io/en/stable/api.html#flask_restplus.marshal on your schema and invalid data.

But the project uses ReadTheDocs to host the documentation, why isn't it set as such in the `conf.py` file?

I'm sorry I was not clear. Please visit https://uwsgi-docs.readthedocs.io/en/latest/ and look at the sidebar. You will see every single topic with no grouping. It sucks as a navigation. I cloned...

Here is how the docs look directly built from the repo (see how nice the sidebar looks): ![screenshot from 2016-05-26 14-23-01](https://cloud.githubusercontent.com/assets/2209022/15583722/66cd4a06-234d-11e6-9c44-baf597f9e07c.png) and here is how it looks in uwsgi read-the-docs:...

I have the same issue so I went diving into pants code. I have a hunch that this is something broken with how the option for `--output` is being passed...

There is more, I placed the `--output` option right after buildx and it failed exactly as we have seen it before, so Process is placing some of those options BEFORE...