Roman Prokofyev
Roman Prokofyev
Maybe you should take a look at the open trip planner: https://github.com/opentripplanner
Hello, I think ZVV endpoint does not support "extxml.exe" interface as SBB. What I ended up is implementing a connector to "stboard.exe" and "query.exe" endpoint. You can see how it...
My 5 cents: if a train is fully cancelled, this is encoded in the `STBJourney` object, can be retrieved as follows in the `Journey->createFromXml()` function: ``` $status = trim((string)$xml->JProg->JStatus); //...
+1. I found this once but now I can't remember how to generate files again, it's non-straightforward.
Thank a lot for the response! For me it would also make sense to add a compile command to each .thrift file as well, that's what I was trying in...
Actually, I've used django-coverage source as a basis for test command in django-selenium, but I can't just call test command since I need to supply extra arguments related to selenium....
I don't really understand this structure, it has some keys and values, while I have only values.
related https://github.com/sammchardy/python-binance/issues/1365
Still not working, is anybody still supporting this lib?
As I understand, GSAP is a an animation engine, you can see on their own comparison page: https://codepen.io/GreenSock/full/DrPzmR. They compare against JQuery 3 (what?), Motion One, Web Animations API, etc....