ialokim
ialokim
Currently and with #598 resolved, impossible or cancelled trips are only marked as such in the search results overview, not in the trip details. If available, it would be also...
**Describe the bug** When I tap to open a favorite trip from my launcher and I had changed the selected network beforehand, the app only opens in the directions search...
**Describe the bug** There is the possibility of updating the current status of some connection in the detailed view. However, the changes are not reflected after going back to the...
For circuits as big as [the horner example](https://github.com/tilk/digitaljs/blob/master/examples/horner.json), initial loading takes more than ten seconds (on my machine) leading to a blocked browser tab and a bad user experience without...
As the GateView and the gate's functionality currently seems to be defined once during initialization, I assume there is no way to change the number of (input or output) bits...
I would love to use a similar feature for the [Signal messenger](https://signal.org/). It should be possible to open Signal conversations with an `smsto://` call. Now, I'm wondering what you prefer:...
As pointed out [here](https://github.com/grote/osm2gtfs/pull/99#discussion_r156984313) and [here](https://github.com/grote/osm2gtfs/pull/99#discussion_r156984833), the current code of the `OsmConnector` class is very specific to buses. We should change that after merging in #99.
As stated in the wiki, [`services`](https://github.com/grote/osm2gtfs/wiki/Schedule#services) and [`exceptions`](https://github.com/grote/osm2gtfs/wiki/Schedule#exceptions) should support > weekdays (two letters abbreviation of it's English name), a range of weekdays, a specific date (ISO 8601) or a...
This PR only adds the minimal `config.json` used by the standard creators. However, to successfully produce the [countrywide GTFS](https://github.com/mapanica/datos/raw/master/ni-gtfs.zip), it depends on #114, #124, #125, #126 and (to clean the...
The current PR #99 (Data structure) lacks the implementation of Schedule's [`excluded_lines`](/grote/osm2gtfs/wiki/Schedule#excluded_lines) and [`included_lines`](/grote/osm2gtfs/wiki/Schedule#included_lines). @AltNico raised the idea of implementing this function already while querying OSM data from the Overpass...