Jan Hartman

Results 11 comments of Jan Hartman

Just happening by this issue out of curiosity; I'm not even a user of DuckDB (yet!), but thought I'd mention the following IMHO valuable geospatial libraries, purely because it might...

This apparently also affects package development in dev containers. I don't know much about this (great!) plugin, but there is an `rstudioapi` emulation layer, right? It may also be possible...

Actually, it would seem that this is quite possible using `labelFormat`, just not super convenient - here's an example using a `stars` object and base 10 log/exp. (I resort to...

Ok, just trying to drop more keywords in this issue thread so that I and others might find it faster next time: we were wondering whether this was due to...

If I'm not mistaken, this is caused by #128, or rather its implementation in #129.

I presume the `multiple` toggle refers to [db.collection.updateMany](https://docs.mongodb.com/manual/reference/method/db.collection.updateMany/), which simply filter by one criterium - this should only work/make sense for the last query in your example, if I'm not...

My intuition on this would have been to use an R list of named vectors to represent maps. This would also be clearly distinguishable from struct columns being data.frame-like objects....

No, that'd have to be cast to the declared map type, erroring out if it's not coercible. What's not possible to reproduce in this structure is a nested type key...

Just as a quick note - I hadn't seen the [`map_from_entries(STRUCT(k, v)[])`](https://duckdb.org/docs/stable/sql/functions/map.html#map_from_entriesstructk-v) way of building maps. I can live for now with the following construct (sorry, don't have time for...

I've only looked through the code for a bit, so take this with a good helping of salt, but it might be feasible to add such a feature. **HOWEVER** it...