KS_HTK

Results 40 comments of KS_HTK

It is just a utc date/time. yyyy-mm-ddThh:MM:ss.s+z - *yyyy* is year - *mm* is month - *dd* id day - T is fixed seperator - *hh* is hour - *MM*...

Hey, if you are using [mike-koch/ets2-mobile-route-advisor](https://github.com/mike-koch/ets2-mobile-route-advisor) this is not an issue. It is a limitation of the mra(mobile-route-advisor). While the telemetry server gives data about current location and job, it...

Same Issue here. Worked fine some month ago. But after updating pytube and trying to fetch titles for a 200 video playlist I had the very same issue. Used a...

So here is a fun little test: ```python # Pytube test script from pytube import YouTube, Playlist # fetch yt playlist # TODO: Add you're playlist link ytp = Playlist('https://www.youtube.com/playlist?list=')...

I assume you are attempting to avoid having a dependency on pandapower? If that is not the case it would be far simpler to work with data from the pandas...

I know this is a rather old issue, but just in case someone comes across this and would like to know how to convert geodata to gis. But just to...

Just ran into this exact problem. If the output of the callback is an non Array object this is not a problem as it will get assigned to all outputs....

Ok, so experimenting around alot lead me to figure out some stuff. The Documentation of pydeck clearly needs updating. On a GeoJsonLayer passing a FeatureCollection is the way to go....