Franz-Benjamin Mocnik

Results 7 comments of Franz-Benjamin Mocnik

These two tickets are not related. And yes, there are situations where you do not know which information has been set before. This is why we requested these methods. We...

A `toString` method is not necessarily a good representation of all aspects of an object. A `toString` method is meant to identify an object while the request here is to...

If the data is returned twice here, I would assume that it is already returned twice by Overpass. I recommend to run the query directly in Overpass and check the...

Oh, I see. I have to check the logics in detail. Stay tuned (might take some days).

Dear @RisingPhoelix, Sorry for answering so late, I was on vacation. As I do not use Anaconda and do not have a Windows environment available, I am not able to...

Could you try whether increasing the number of seconds before timeout for a curl request solves the issue? see [http://hackage.haskell.org/package/curl-1.3.8/docs/Network-Curl-Opts.html#t:CurlOption](http://hackage.haskell.org/package/curl-1.3.8/docs/Network-Curl-Opts.html#t:CurlOption) That is, something like ```haskell downloadRaw = fmap snd ....