Amanda
Amanda
Hi, I initially designed this with python2 in mind, I don't think i've tried it with py3. It would be nice to have py3 compatibility, but I have no time...
Hi, thanks for your contribution, but it's been **years** since I was invovled with Django software development, so I haven't touched this code in a long time. I am unsure...
I'm not sure. It's been a while since I've worked on it. I developed it for python 2. It could be made compatible with python 3. I don't have the...
1½ years later and no response. Shall we interpret that this is not viewed as a CoC issue, and yous will take no action on this area?
From the [Tegola CoC](https://github.com/go-spatial/tegola/blob/v0.13.x/CODE_OF_CONDUCT.md). > Project maintainers have the … responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to...
I recently got stung by this when trying to use [tessera](https://github.com/mojodna/tessera) which uses tilelive to serve up a tmstyle. If you have no `vector_layers` key in the TileJSON, then the...
You may be interested in my [directory-hierarchy](https://github.com/rory/t-rex/tree/directory-hierarchy) branch. ([full diff from master](https://github.com/pka/t-rex/compare/master...rory:directory-hierarchy))
What about `Feature::property_as::("key")`? I have a plan for how to implement this, which would require changing `serde_json` crate (cf. https://github.com/serde-rs/json/issues/738 )
On Fri, 01 Jan 2021 18:32, Michael Kirk wrote: > This compiles: `Feature::property_as::("key")` > And this fails to compile?: `Feature::property_as::("key")` due to > missing impl on u32? I planned to...
Unfortunately this idea was initially [turned down on the `json` issue tracker](https://github.com/serde-rs/json/issues/738#issuecomment-753378156) I have made a [`property_as` function](https://github.com/rory/rust-geojson/commit/3181b7b60b43ac09def972630957359fcfde5560#diff-47b1fd015f1608a25132b6d4786cc415eba1290eba28719287d0fd7f2915d0b7R72-R77) which serde's deserialize approach ([recommended by serde_json dev](https://github.com/serde-rs/json/issues/738#issuecomment-753378156)) in [this test branch](https://github.com/rory/rust-geojson/commit/3181b7b60b43ac09def972630957359fcfde5560)....