Kacper Golinski

Results 30 comments of Kacper Golinski

@ratrun Don't we already return `restrictionKeys` based on transportation mode? https://github.com/graphhopper/graphhopper/blob/master/core/src/main/java/com/graphhopper/routing/util/parsers/AbstractAccessParser.java#L37 ```java restrictionKeys.addAll(OSMRoadAccessParser.toOSMRestrictions(transportationMode)); ``` Then below lines will return `true` for `bicycle=yes` only for bike profile, right? ```java String firstValue...

@lavi02 Why `padding` and ` animationDuration` should be nullable? Because of `null` values we have typescript errors (see the screenshot). I think correct types should be `number | number[] |...

@lavi02 I will remove that `null` from types in my branch since it's ready to be merged and it's conflicting with Camera.tsx So you could just focus on debounce (where...

@WingmanImd How is it going? Do you need extra pair of hands? If yes, I would happily help.

@tyrauber yup, I'm up for that. I could start working on this next week.

@groig Thanks, I will look into that.

@axelson I've built this library because I'm working on a personal project which needs to parse GPX tracks. At the moment I had to pause this work because of the...