Michaela Očková

Results 9 comments of Michaela Očková

I have the same problem when reading files for Prague transport: ``` /home/miska/PycharmProjects/prague_public_transport_app/venv/bin/python /home/miska/PycharmProjects/prague_public_transport_app/search_stops/import_gtfs_data.py Beginning AgencyLoader Importing agency.txt into agencies for Indexing agencies Post-import agency.txt into agencies Beginning RouteLoader Importing...

I cannot replicate this issue as it was solved by https://github.com/CxAalto/gtfspy/pull/24. At that time, I considered the issue to be connected with special characters that caused that a string was...

Some are manual work, some not. I agree it is a large PR and it should be split. I have taken out the first part where the basic pre-commit config...

The first part of the pre-commit PR. @rkdarst

I think that when more people contribute to the code (which, given that this is an open-source library, we can expect people to do), it is very helpful to keep...

This issue is blocking me from using this library on Windows. Maybe with another library, such as `pytz`, the same could be achieved?

Yes, @rkdarst, that is exactly my use case. The GTFS data are updated once per week. My app using this library would be working offline, but when a user is...

Rebased onto `master` branch.

I'm in the same deadlock situation - I need to read the unvalidated header at the moment when the key for decoding is not yet available. It would be great...