Steven Loria
Steven Loria
👍 for sure. i was being imprecise in my language. built-in pause handling is certainly more of a want than a need
happy to send a PR if the maintainer(s) think ☝ is a good idea
~~i suppose https://github.com/MobilityData/gtfs-realtime-bindings/issues/113 would obviate this. both approaches seem good to me~~ edit: the two actually work hand in hand, i.e. use the GHA to get notified when to update...
You should be able to pass an arbitrary path to `read_env`. A common pattern is to use pathlib to resolve directories relative to the `env.read_env` call site. ```python from pathlib...
Thanks for volunteering @pb2106 !
I think adding `allow_none` to `File` makes sense for API consistency with other fields 👍 PR welcome!
Oh, right, that's probably why `File` doesn't support `allow_none` in the first place 🤔 I'm not sure an empty string makes sense as a null value for this case. @uncle-lv...
@uncle-lv seems like a sensible proposal to me. is it straightforward to validate against `filename` within the field?
oh i see. that certainly makes it simpler then. PRs welcome!