milosradon

Results 3 issues of milosradon

I guess this is undesired behaviour: ```r vctrs::vec_assert( data.frame(x = 1, x = 1L), vctrs::partial_frame(x = double())) #> No error ``` ```r vctrs::vec_assert( data.frame(x = 1L, x = 1), vctrs::partial_frame(x...

I was expecting that by default the size of a vctr is equal to the size of its proxy. However, in the following example the length of the proxy is...

If one works on a zoomed table, a dedicated pronoun referring to data from parent tables might be handy (eg. `.foreign` inspired by `.data` and `.env` in `dplyr`). Currently one...