Adam Wulkiewicz

Results 169 comments of Adam Wulkiewicz

Wow, thanks for sharing this! Yes, I'm planning to work on it but I'm postponing this partially because MS stated that it will be possible to upload several VSIX files...

Yes, this is a good suggestion.

Thanks for this PR! I think that the old behavior should not simply be replaced but instead it should be possible to enable the new one in options of PlotWatch.

Yes, I think this is a good idea. It'd probably require adding GraphWatch. I'd prefer to calculate layout in the extension itself, maybe there are libraries for that already. But...

Good idea. I think it would work right now if the Value defined a conversion to double operator. But still the values would be parsed and not accessed directly in...

Hi, Union should merge them unless they were close but not overlapping, then both polygons should be in the output. Could you share the case which doesn't work for you?...

Indeed you're right. Thanks for bringing those points up! `within` depends on `relate` and `detail::point_in_geometry()`. So what I think we could do would be to care more about the way...

@sdebionne I haven't tested with clang yet. It doesn't surprise me that strategies can fail because I haven't touch them yet, so the old code is used for strategies and...

@sdebionne Regarding failing with Clang, which algorithms, geometries and coordinate systems have you tested?

Thanks for the reviews. Should I merge it now or wait until the release to make bugfixing easiter?