Jonathan Schaeffer
Jonathan Schaeffer
I guess you should create it always, because each ansible run has to generate a backup of the previous run. It's not completely error-proof, as a backup will be overwritten...
There is also a similar problem with the CSV output. The google sheet does not understand the data as decimal numbers but as strings. I had to replace the dots...
Yes. One way would be to add an option to the object so that on instanciation it tries to guess the services URL. On failure, it falls back to the...
There is a special use case here at Résif (sorry in advance for that): the webservices are not all hosted by the same institute. Thus we have: - dataselect: ws.resif.fr/fdsnws/dataselect...
I think obspy does not follow the redirections. For the moment, the workaround is to provide the event endpoint as a parameter for the client: ```python from obspy.clients.fdsn.client import Client...
About the redirection, it was the case, but a lot of clients does not follow HTTP 300 response, so we removed it.
Hello, in order to fix this and as this project does not seem to be maintained anymore, I forked it and repackaged it: https://github.com/jschaeff/python-hll I published python-hll2 on pypi wich...
An Idea would be to add org-entities with this package. For instance: ``` (setq org-entities-user (quote (("faCogs" "\\faCogs" nil "" "=cogs=" "=cogs=" "") ("faPlus" "\\faPlus" nil "" "+" "+" ""))))...
I'm having the same issue, app is deployed behind a reverse proxy. The thing is, everything behind the reverse proxy is in HTTP, so the application gets the request as...
Hello, any news on this ?