Stephan Hügel

Results 272 comments of Stephan Hügel

@dabreegster Is this round-trip rounding issue present when you use serde with `features = ["float_roundtrip"]`?

We should probably have a look at enabling that feature in `geojson`, although there is a perf cost: https://github.com/serde-rs/json/blob/6346bb30037f31ea69b9a4eb029875e23521681c/Cargo.toml#L60-L62

They're detailed here: https://pyzotero.readthedocs.io/en/latest/#search-request-parameters-for-read-api-calls

Available item types are governed by the return value of the [Zotero API `/itemTypes`](https://www.zotero.org/support/dev/web_api/v3/types_and_fields) call and retrieved using `pyzotero.item_types()`. Currently, `Software` is the localized string of the `computerProgram` item type...

Some related issues: 1. OMT is top-down, and uses a heuristic based on the number of entries to determine height and number of items per node ([p71](http://ceur-ws.org/Vol-74/files/FORUM_18.pdf)). Hilbert (and other...

Context creation is cheap and e.g. creating one per thread using Pro::new mirrors the underlying libproj ProjCtx, which is intended to be created per thread. I'm not sure whether it...

We can't use `TryInto` because it's recently been [un-stabilised](https://github.com/rust-lang/rust/issues/33417#issuecomment-385257897) again, but do we actually need fallibility, or is `Into` enough?

I think 12 months is reasonable.

I wouldn't phrase it quite like Tom did, but the 2D algorithms in this library (and GEOS, and CGAL) assume coordinates in [ℝ2](https://en.wikipedia.org/wiki/Real_coordinate_space). Could you say a bit more about...