Stefan Begerad

Results 42 comments of Stefan Begerad

> Do you have use cases with user-configured thresholds for this rule? How would you use it? Hi @isabelle-dr , Yes, indeed. I have a use case that is IMHO...

> Another possible metric would be the ratio of trips running vs those "cancelled" by `calendar_dates.txt`. Personally, I have in mind a calculation per service days according to the trip_id...

> > Personally, I have in mind a calculation per service days according to the trip_id -> service_id -> service interval `start_date` to `end_date` of `calendar.txt`. Somehow, I like to...

Hi folks, my next try ended in a message that is valid according to the library but can not be encoded. Source code: ``` const GtfsRealtimeBindings = require('gtfs-realtime-bindings'); const debug...

Hi folks, I found the error and solution myself. Anyhow, I am still wondering how can I verify that encoding finished successful without decoding the buffer and looking at the...

Hi @wkulesza, This is the issue I mentioned recently. I am looking for the right track to setup [Datatools-UI](https://github.com/ibi-group/datatools-ui) using Docker with a working branch and configuration. Do you share...

Hi @miles-grant-ibigroup , Thank you so much for the hint. I'll touch base with my experiences. Cheers!

Hi @miles-grant-ibigroup , In the Dockerfile above, how come you copy single configuration files > COPY package.json yarn.lock /datatools-build/ and afterwords the entire folder content > COPY . /datatools-build/ to...