Yaron de Leeuw
Yaron de Leeuw
Seems like @vincelwt started something in the past (in c4f76b9cc60bb63a1dc0cc5849f3c873b577b765 livestreamer is the predecessor of streamlink). This seems like a great idea, but I would try to use their Python...
Hi @vincelwt how open to changes are you? Since this is essentially a single-process app, I was thinking of converting the control mechanism from files on the filesystem to streams....
Now with #79 by @djgilcrease , nfpm can perhaps offer using `rpmpack.FromTar` as an additional input method.
Regarding the second expected behavior, the script does send an email but not the other notification methods (e.g. slack). @zertrin, maybe we should simply add `send_notification` next to `email_logfile` at...
The error message is unfortunately too laconic to figure it out by itself. I'll take a look at your data.
I ran gtfs2db on this feed, and extracted a longer version of the error message: ``` Failure while writing Stops(stop_id='de:07333:5650', stop_code=None, stop_name='Rockenhausen,Schwimmbad/Schule', stop_lat=None, stop_lon=None, location_type=None, parent_station=None) Traceback (most recent call...
No I don't have examples for that. I guess we can simply be lenient here.. I'm not a fan of standards with optional required fields.
That's a good start, but there is indeed no point in merging until it is more complete. The issues we'll need to solve are: - A csv might miss columns,...
The point was that we cannot tell the difference between a missing column and a column full of nulls. I guess we could just output empty columns. Yeah, optional in...
That is an interesting feature request. So something like a flag? `--ignore_tables=shapes` ?