Corey Farwell

Results 416 comments of Corey Farwell

``` export CC=emcc ``` ``` cargo build --target wasm32-unknown-unknown Compiling proj-sys v0.22.0 (/Users/coreyf/dev/georust/proj/proj-sys) error: failed to run custom build command for `proj-sys v0.22.0 (/Users/coreyf/dev/georust/proj/proj-sys)` Caused by: process didn't exit successfully:...

Another relevant link https://github.com/rustwasm/team/issues/291

https://github.com/OSGeo/PROJ-JNI/issues/40

And while I think Google's legal usage policies about geocoding are dumb, I still think it's still valuable to implement it as an option for this library. If you're looking...

Any reason why we're inlining these functions in particular? It looks like most of the APIs in bevy are not currently marked as inlined.

Not suggesting we do it in this pull request, but would it be possible to add a robust convex hull algorithm? And if so, how difficult would that be?

It seems like for most people, they'll want to migrate their crates to use [reqwest](https://github.com/seanmonstar/reqwest) instead of Hyper's HTTP client. Maybe this should be mentioned in the CHANGELOG and possibly...

closing in favor of https://github.com/georust/geojson/issues/130 and https://github.com/georust/geojson/pull/131 which has some promising performance improvements

https://crates.io/crates/tracing-egui

This should get picked up in bevy if https://github.com/bevyengine/bevy/pull/5953 merges