Felix Gündling

Results 110 comments of Felix Gündling

> and without losing performance If this is not possible I could imagine a solution that lets the user choose either pure performance (throw on overflow, as it is now)...

Should I pull your changes into my branch to add them to the PR or do you want to create a separate one with my and your changes? Alternatively, we...

Yes, looks good :+1:

Thank you for noting this! Currently, we're doing it wrong: https://github.com/motis-project/motis/blob/9c5536c8febf415994dc0fac96a918b1a45909b0/base/loader/src/timezone_util.cc#L82-L94 Basically, the GTFS and HAFAS Rohdaten parsers create a `schedule.raw` in the Flatbuffers format specified in [base/loader/schedule-format](https://github.com/motis-project/motis/tree/master/base/loader/schedule-format). Currently, the...

Thank you very much for your effort of informing everybody about this issue! I think handling these edge cases is important to make Open Source + Open Data a viable...

In your case, it should be sufficient to enable the `path` module. This should make the visual representation follow the street.

First of all thank you for trying out MOTIS and for giving feedback! Sorry, the way to deploy MOTIS with docker is not very well documented. I plan to add...

Maybe the documentation should only explain the version with split directories (input=read-only, data=read-write but internal volume not mounted to the host) to avoid confusion - even if putting everything in...

We use one read-only `bind` volume for `/input` and one `volume` for `/data`. ```yaml volumes: - type: bind source: ./data target: /input read_only: true - type: volume source: data-volume target:...

Yes, ideally we could have something like [vectorized](https://vectorized.io/) on their landing page with "Try Redpanda today" + 1-step copy&paste installation for all major supported platforms. This would require at least...