Nicolas Bennett
Nicolas Bennett
I'm looking forward to that [ALTREP vectors of strings](https://purrple.cat/blog/2018/10/21/lazy-abs-altrep-cplusplus/). Thanks for the two already existing posts!
Ad #4219
### What happens? For an arrow result, when binding parameters, result fetching is broken. ### To Reproduce ```r library(DBI) con Error: bad_weak_ptr ``` ### OS: macOS 12.5 ### DuckDB Version:...
--- By filing an issue to this repo, I promise that - [x] I have fully read the issue guide at https://yihui.name/issue/. - [x] I have provided the necessary information...
All of base R data.frames, data.tables and tibbles support `x[[i, j]]` type subsetting. While I realise that there is quite a bit of heterogeneity (among the mentioned packages) in how...
I assume this is closely related to #226 and at least in part to #238 but I decided to open a separate issue because #226 is marked as resolved (and...
This might be related to #41 but as the error is different, I'm reporting this as a separate issue. In fact, this was the problem I came across first but...
Using code as ```r set.seed(11) mat
When registering a function in a namespace such as ```cpp [[cpp11::register]] int foo::bar(int a) { return a; } ``` decor recognizes the function name as `foo::bar` and all would be...
@krlmlr How do you feel about this? Happy to discuss.