Gunnar Schulze

Results 21 comments of Gunnar Schulze

Any update on this issue? I'm running into the same problem implementing GeoJSON input/output of MultiPolygons. Is there a timeline when this will be fixed? I'd be willing to contribute...

Hi, thanks for the quick reply. Here's the link to the source: [https://github.com/material-components/material-web/blob/8eb1f30e6f65e2580231fbeee7d048ee90fb00b7/docs/components/icon-button.md?plain=1#L77](https://github.com/material-components/material-web/blob/8eb1f30e6f65e2580231fbeee7d048ee90fb00b7/docs/components/icon-button.md?plain=1#L77) There are basically two issues: - The Icon component is not selectable from the table of contents...

I made a PR: https://github.com/msalib/geo-rasterize/pull/25. Tests are running except the one for rectangles.

@rodrimati1992 hmm, I see. My particular use case was to represent ISO-639 country codes as [char; 2] - I can just regular strings instead. Anyway, do you think there is...

To give a bit of context, we are currently in the process of selecting and configuring various tools to enforce consistent coding conventions across our company. Some tools have the...

Hmm, using `[include]` to reference files outside the repository doesn't seem right to me. What about just having a flag `root = [true|false]` like in `.editorconfig` controlling whether the configuration...

@sigmavirus24 I am not sure I understand your line of reasoning regarding the attack vector. This would imply my system had been severely compromised, since normally I am in control...

Ran into the same issue, making Unit tests effectively non-debuggable. Would be great to have this resolved soon.

@feefladder, @weiji14, I'm happy with any improvements that can be made to reduce code duplication. Given the currently released version of `image-tiff,` the solution in my PR was the best...

> > @weiji14 I'm currently working on coordinate transformations on my fork. The implementation is mostly done; I need to cover it with tests, though. To facilitate collaboration, I wanted...