Julius R Friedman

Results 198 comments of Julius R Friedman

> Unfortunately it seems there are LESS differences but not all are gone, there seem to be more differences on Fastest rather than shortest for some reason.... > > I...

In looking at some debug logs we have it seems that the main reason for this was due to multi threading, what seemed to happen when we had the issue...

Just realized this is the wrong thread to be commenting on since this one is about Alternate routes. Sorry for hijacking.

Doesn't the stops in the meta contain the distance from the previous?

> Thanks for the reply . No , in my case i see like 8 instructions , but only two stops(in Route Object) . These two stops are Origin and...

Was just letting you know, you can close this if desired. Thank you! FWIW, I find it awkward that the object is different after having serialized it, perhaps the serializer...

@sharwell, I like your abbreviated approach just wish that it would be able to be converted to xml doc which is already supported, XSLT already supports this and I feel...

Geometries are meant to be thought of as primitive types. See also https://github.com/NetTopologySuite/NetTopologySuite/issues/451 Perhaps ```class EfficientGeometry: GeometryCollection{ CoordinateSequence ephermal; Geometry flattened; } ``` ```class EfficientMultiPoint : EfficientGeometry{ MultiPoint flattened; }...

I see the struggle with the dualities here and I fixed this by allowing the Geometry to have what it has because to its domain it shall be what it...

FWIW I have a pure C# implementation of Regex here: https://github.com/NETMF/netmf-interpreter/tree/dev/Framework/Core/System/RegularExpressions Tests - https://github.com/NETMF/netmf-interpreter/tree/dev/Test/Platform/Tests/CLR/System/Text/Regexp