nielsole
nielsole
From the README ``` .build() .setUploadProgressListener { bytesUploaded, totalBytes -> // do anything with progress } ```
A multipart request can consist of any number of parameters which can, but don't have to be files. It is just an example of how to add a key value...
" works on ac/n mixed." You mean it works , or it doesn't work with ac/n mixed? It definitely works for me(Proudly posted via ac/n mixed ;) ).
I doubt the sync script will push the arm images to docker hub.
Depending on your machine, rendering can take multiple minutes, especially if there is a queue of tiles to be rendered. I wrote up very briefly how you can pregenerate tiles...
Both the get-external-data.py as well as the external-data.yaml is provided by upstream: https://github.com/gravitystorm/openstreetmap-carto/blob/master/external-data.yml The servers are managed by https://osmdata.openstreetmap.de/ (https://www.fossgis.de/) Let's see if this error occurs more frequently then we...
Sounds like the script is cleaning up after itself https://github.com/gravitystorm/openstreetmap-carto/blob/master/scripts/get-external-data.py#L219 so we could probably wrap it in a retry loop. As it also only downloads the missing files again, it...
The above ticket did get merged in the meantime btw
I guess zykinwases refers to using a persistent volume in Kubernetes. I guess an equivalent to the file-based `docker -v` should be solvable with subPath in the volumeMount.
just add the following to your deployment: ``` args: ["gunicorn", "-b", "0.0.0.0:8080", "httpbin:app", "-k", "gevent"] ```