otbutz

Results 46 issues of otbutz

At the moment only IPv4 is supported via UPnP. It would be really helpful to also add UPnP pinhole support in order to control the firewall of the router and...

enhancement

Syncthing currently triggers a warning in the Firefox console because `SameSite=None` also requires the `Secure` flag: https://developer.mozilla.org/de/docs/Web/HTTP/Headers/Set-Cookie/SameSite#samesitenone_requires_secure

bug

We currently compute the BBox on-the-fly for custom area checks and only based on the tower nodes of the edge: https://github.com/graphhopper/graphhopper/blob/af660cdf2fc1a365b279eb6047fc5956e585cfb9/core/src/main/java/com/graphhopper/routing/weighting/custom/CustomWeightingHelper.java#L78-L85 This has a few drawbacks. On the one hand,...

Currently mapmatching is either hit or miss as we fail the request once we detect a broken sequence: https://github.com/graphhopper/graphhopper/blob/83be9d61164c0f947674b2dc7b9095e4c4dfb8d6/map-matching/src/main/java/com/graphhopper/matching/MapMatching.java#L363-L365 But it would be nice to have an additional best-effort mapmatching...

Probably a good idea to gather the discussions from various issues and pull requests in a single ticket. Previous discussions: * https://github.com/graphhopper/graphhopper/pull/2450 * https://github.com/graphhopper/graphhopper/pull/2402 * https://github.com/graphhopper/graphhopper/pull/2268 * https://github.com/graphhopper/graphhopper/issues/2470 Open questions:...

Fixes #2266 * avoids parsing the max speed tags multiple times by using the encoded value * respects SpatialRules as they are used in the OSMMaxSpeedParser * lowered some max...

DateFormat makes no guarantees regarding thread-safety and explicitly warns about using instances across multiple threads. We should replace it with the Java 8 Date/Time APIs DateTimeFormatter. https://github.com/graphhopper/graphhopper/blob/0522c495ccad5f22fe19c6e858a40a7bd6f74eae/core/src/main/java/com/graphhopper/reader/osm/conditional/DateRangeParser.java#L42-L46

`0.0.8-SNAPSHOT` is already [published](https://github.com/MobilityData/gtfs-realtime-bindings/issues/80#issuecomment-1085107437) but i think we should wait for the final release https://github.com/MobilityData/gtfs-realtime-bindings/issues/90