Michael Kirk

Results 81 issues of Michael Kirk

Else Cocoapods chooses the module name _25519 when `use_frameworks!` is enabled. As in `#import ` If you're not worried about a bigger breaking change, it probably makes sense to be...

I wanted to test out some new georust/geo features in the context of abstreet, and consequently I've been spelunking in abstreet::geom. I ran into some inconsistencies while trying to roundtrip...

https://github.com/rust-windowing/winit/pull/2105 reverses the direction of horizontal scrolling in winit for windows and mac platforms. Since horizontal scrolling is already working the way we want on mac (and I'm assuming windows),...

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md). - [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---...

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md). - [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---...

Currently we're just using the derived Debug, which is pretty noisy. Especially for our compound structures, having a denser representation can make debugging easier. e.g. ## Coordinate This one's maybe...

enhancement
geo-types

[Dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates) is a github bot that will automatically open PR's with dependency updates. The PR's look like this: https://github.com/urschrei/polylabel-rs/pull/23 Until now we've been using the very-reliable and polite [dependa-martin](https://github.com/martinfrances107) (see...

Excepting [Rect](https://github.com/georust/geo/issues/362)s and Polygons, all of our geometry structs have public fields. This is going to make releasing [#797](https://github.com/georust/geo/pull/797/files#diff-6ff837506e614f9a8a7c162d78e60b81e6020202c551fcb680b2b8867ba16e17R33) not only a breaking change, but a breaking change without any...

geo-types
geo-types breaking change

Some of my docs are behind feature flags, e.g. ``` //! In general, you can use the library like this //! ```rust //! use my_lib::foo; //! assert!(foo()) //! ``` #![cfg_attr(...

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md). - [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---...