Jacob Wujciak-Jens

Results 248 comments of Jacob Wujciak-Jens
trafficstars

I just ran into this in an attempt to not map over queries and be kind to the overpass api ^^ The issue is this guard https://github.com/ropensci/osmdata/blob/main/R/opq.R#L426 Looking at `opq`...

An easier workaround is: ``` id

I found out that installation does not require conda etc., so I could test a bit. I have it almost: ![image](https://user-images.githubusercontent.com/16141871/90769904-4886a200-e2f1-11ea-8862-ce72d18f1ff7.png) The previous input is saved and insert back in...

This causes weird issues with executing multiline code send from vsc.

I try with my meager python skills 🤣 You mean adding something like `buffer.execute_bracketed_insert()`or something specifically for this situation? I will have a look...

@randy3k as far as I can see currently you use prompt_toolkit's buffer and expand it to `ModalBuffer` but in the linked `rewrite` branch it looks like you no longer use...

Nice, that sounds like a great solution!

It wouldn't be too hard as kitware provides nice staticly linked binaries (and I think there is also a python package that installs the correct one?). Though that doesn't make...