Felix Bruns
Felix Bruns
It looks like AKN trips are always returned with product `regional-train` instead of `akn`. The same applies when requesting it via the product request parameters: * `https://v5.hvv.transport.rest/stops/2342/departures?akn=true®ional-train=false` does wrongly NOT...
It seems like HVV ferry departures are not working. For example id `6256` is the `Teufelsbrück` stop. Requesting departures via `https://v5.hvv.transport.rest/stops/6256/departures?ferry=true` always returns an empty array, while the [HVV website](https://www.hvv.de/de/fahrplaene/abfahrten)...
It would be useful for apps to be able to read some global device settings like the app cycle speed and then adjust to them. For example, for my "Weather...
This commit enables use of "__declspec(thread)" when targeting the Universal Windows Platform. Linking with Boost.Asio in a Universal Windows App currently fails, since thread local storage Win32 APIs (TlsAlloc, TlsFree,...