Corey Farwell
Corey Farwell
Just going to point out that I've read your message, but I really don't know the best course of action for this. @nagisa might have some ideas for this.
Greetings from a year later 👋 How are you thinking this would work? We commit a `.patch` file that renames (or removes) `main` in [`FuzzerMain.cpp`](https://github.com/rust-fuzz/libfuzzer/blob/master/libfuzzer/FuzzerMain.cpp)? And apply the patch everytime...
It's possible, but I'm familiar with bindgen enough to know for sure.
Yep, initializing the app first seems to be required. Ideally, there'd be a better error for this scenario, but I'm not sure there's much we can do. If there's not...
Thanks for opening this issue. We'd accept a PR for this if someone makes the necessary changes, but it doesn't seem high enough priority at this time to keep this...
After https://github.com/rust-fuzz/arbitrary/pull/63 merges, this will actually be a bit easier
Spawned from this discussion: https://github.com/georust/geojson/pull/151#discussion_r535670765
ideally we could utilize https://github.com/rust-lang/rfcs/blob/master/text/0213-defaulted-type-params.md (which is not yet stable), so we can provide a nice default and not hurt ergonomics. e.g.: ```rust struct GeoJson { .. } ```
If https://github.com/georust/geojson/pull/131 merges, we could consider this GitHub Issue to be completed, since a position can be different precision types
I don't have anything substantive to add here, but I agree the ergonomics of property retrieval is difficult and needs some love. At the very least, the user should not...