Carlos Cámara

Results 47 comments of Carlos Cámara

I would also love to see that feature implemented. I've seen these resources that achieve that in leaflet + D3: * http://bl.ocks.org/tnightingale/4668062 * https://github.com/Asymmetrik/leaflet-d3

@DravenK since your commit is not yet merged to this branch, do you know how can I use your forked repo instead? I tried with `go get github.com/DravenK/drupal2hugo` but I...

Sure! I am using kubuntu 16.04 and that's the output you requested: ``` $ go env GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/carlinux/go" GORACE="" GOROOT="/usr/local/go" GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64" GCCGO="gccgo" CC="gcc" GOGCCFLAGS="-fPIC -m64...

I could not find the string `30059c` on `.kodi/userdata/addon_data/plugin.video.netflix/settings.xml`, but since you were talking about a non-translated string, it gave me the clue to fix it: I reverted the interface...

This issue has been open for quite so many years. Is there any update about its progress? Is there any way to reproduce those screenshots with actual data?

I do not know if this package is still maintained, but I would definitely love to see support for HTML widgets

I am also wondering the same: I am pretty new to python (just landed to it) and I would like to make a query to Overpass and store the results...

Oh, thank you for the explanation and for reviewing the content.

Thank you for the explanation, @aoles ! It obviously works great. As far as I see, `ors_matrix()` makes several assumptions (being that first column in dataframe contains longitude and second...

Oh, I didn't see your answer! thank you very much, @aoles !