Josiah Parry

Results 176 issues of Josiah Parry

Just discovered this package and its really great! I would like to use it to process quarto docs but it gets most of the way there but not all the...

Hey! As I was reading through the primers on rstudio.cloud today, I noticed a typo. It seems that the typo was fixed in commit https://github.com/rstudio-education/primers/commit/712baa08da7bcbd16b833e7fcf38494919b5b88c. However this isn't reflected in...

I'm trying to take advantage of simd_json's support of serde compatible structs. However, I'm finding that there is no performance gains when using `simd_json::serde::from_str` or the slice equivalent. Having seen...

Similar to the coord utilities `n_coords()`, `coord_first()`, `coord_last()` etc. Here it could be like `n_geoms()` and a `vec![MultiPoint(Point, Point, Point), MultiPoint(Point)]` would return `c(3, 1)` inspired by https://github.com/JosiahParry/rsgeo/issues/34 `lengths(expand_geoms(x))` is...