Corey Farwell

Results 416 comments of Corey Farwell

Closing this for the time being. If you find the time to work on this, please reopen!

From what I understand, this was fixed in https://github.com/georust/geo/pull/920. If that's not the case then go ahead an reopen

@robjtede Whenever you have a few minutes, do you have any feedback about this one?

@rossberg The main repo (assuming you mean 'spec') has GitHub Actions enabled. This repo does not.

Considering changing the underlying fuzzer can be a breaking change (because of libfuzzer specific flags?), I think it's also worth having a discussion of how we introduce breaking changes in...

https://bevy-cheatbook.github.io/input/dnd.html https://github.com/bevyengine/bevy/issues/6822

I opened a PR for documenting in the README that one can now utilize the stable `std::sync::OnceLock`: https://github.com/rust-lang-nursery/lazy-static.rs/pull/216

`OnceLock` is simple enough in my opinion. A macro would only save you a few characters, if any. ```rust use std::collections::HashMap; use std::sync::OnceLock; fn hashmap() -> &'static HashMap

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

I just realized there's no RSS library available for Rust. I'm going to start working on one tonight.