Daniel Snider

Results 41 comments of Daniel Snider

Do a "docker ps -a" this will show all containers even stopped ones, find the id for the mapproxy container that exited, and use the id with "docker logs "...

There's an error message in there but I'm not familiar with it. I would suggest start small, does the hello world docker image work for you? Does a simple python...

Thank you too for the help. Daniel Snider ツ On Fri, Sep 22, 2017 at 1:59 PM, rocklinsuv wrote: > Both hello-world and python:2.7 bash were running successfully. It is...

Nice find. Can you isolate which package (out of Shapely Pillow MapProxy or uwsgi) is causing the error? or is it any package? Daniel Snider ツ On Sun, Sep 24,...

Oh pip =(. I'm not sure but maybe you can update your base layer of docker's python, the docker python 2.7 container, then maybe this bug will go away? I'm...

Yes you could achieve the same thing without docker, just follow mapproxy setup steps found in this file https://github.com/danielsnider/docker-mapproxy-googlemaps/blob/master/Dockerfile Daniel Snider ツ On Mon, Sep 25, 2017 at 10:06 PM,...

Hi @tuandle! Thanks for trying my tool. For a walkthrough from the very beginning, check out page 50 of my book chatper. Hopefully it helps! https://github.com/danielsnider/ros-rover/blob/master/Book%20Chapter%20-%20University%20Rover%20Challenge%20Tutorials%20and%20Control%20System%20Survey.pdf I've gotten that error...

Yes, that is a really nice example of output as ascii text! Exactly what I am thinking of. My graph is not that interesting but here is the [working URL](https://flowchart.fun/c#H4hQBsEME8HsFcAuAuUACNA7SBbApsmgCaQDmATnumuZJgNYAiAluYQDIBKoIwomAZ2gCABQAoBiPAAcAvAEYAlKBEiBAR3DMpK1SKIAzXXvEBjWDgBGzTHiL6DywcPGSZsgEzK1m7VVWGxmYW1rb2hk5CohJScpjeGlo6AUYmYuZWNnYOyhmh2YEpAPqIsEXS4LCIoEA).

We're on version 2 and we find the loader at the bottom, although we want it at the top and the bottom, depending on where the user is looking! If...

We decided to meet our needs by writing a [patch](https://github.com/aim-sk/aim-platform/commit/cc7ad095188fa120b0126aec300ac0499f833915) that always displays the loader at the top of the infinite scroll container. 👍