Josiah Parry

Results 186 issues of Josiah Parry

I'm trying to use the api module to create a monaco editor in a leptos app but am struggling. Ideally, it would be very nice to have a leptos feature...

At the moment I am trying to add `cmd + enter` command with a leptos app that is using monaco. It is not clear how to do this using the...

It would be really nice to be able to remove the minimap from the editor. The way I thought I might do that would be with the `with_*()` methods on...

Do you have plans on adding your 0.5.0 version of monaco to cargo? https://github.com/siku2/rust-monaco/blob/bbc6523c0f97786a22d76ced650e6b31a1971f7a/Cargo.toml#L3

The man page for `backend-duckdb` contains documentation for `simulate_duckdb`, `translate_duckdb`, `tbl_file` and `tbl_query`. The examples for this man page do not reference any of the functions that are documented in...

`geos_relate_pattern()` is a really useful function for comparing two individual geometries. It would be great to have this same functionality made available in the `_matrix()` format. If made available, it...

Heya! One type of plot I've been trying to figure out how to make w ggplot2 is a dot density map from a polygon and some z value. Is this...

I want to try having two traits `IntoArrowRobj` and `IntoNanoArrowRobj`. I think there is at least still some utility in being able to return an {arrow} R package object still....

Arrow uses a `cargo deny` approach to prevent compatability across arrow-rs versions. So if a library is using Arrow 47 and another 48, those are _not_ compatible. The suggested approach...