Josiah Parry

Results 91 comments of Josiah Parry

I would also like this. For example if the `max_size` has not yet been reached, it would be great to have 1 additional and unused connection ready to handle any...

@bbigras thank you for saying it like it is

I came to make an issue similar to this based on [Extending dplyr with new data frame subclasses](https://github.com/tidyverse/tibble/blob/HEAD/vignettes/extending.Rmd). To have a sticky column the third bullet point states: > If...

I'd be keen to see this in geo crate :)

I'm encountering the same issue. I can use the binary, of course. But I would like to modify the source code to make a PR. This cannot be done without...

The current use case is filling a pre-allocated vector. I have a serde struct that I am trying to convert into a data-frame. Doing so is never going to be...

> Alternatively, to solve this particular challenge, we could amend the rust's r-vector types with the following (done in `gen_vector_wrapper_impl`-macro) > > ```rust > impl $type { > #[doc =...

Its worth noting that it does compile the macro _iff_ `#[extendr]` is not present and it can even be called later down (pretty neat)!

This is exciting! I'm not familiar with `faer` but there's a few things to address and document from my perspective: ## Supported Types In R, every vector type can be...