Justin Kromlinger
Justin Kromlinger
> OK if I read through and work to get back to you soon? Sure!
Robotic voice over here with Chromium 103.0.5060.134 on Arch Linux, works fine with Firefox.
So basically, `const d = await departures("Leipzig, Hermann-Liebmann-Str./+Eisenbahnstr.", Date.now())` is the way to do things now. Looks like "stations" should only return the "proper" names.
You can use the autocomplete API to get a list of all stations: `$ curl "https://www.l.de/ajax_de?mode=autocomplete&q=&poi=&limit=2" | jq` ```json { "stations": [ { "name": "Leipzig, Markt", "lat": "51.339882282118", "lng": "12.374237209778",...
Using `python-build`, `python-wheel` and `python-installer` seems to work just fine: ``` python -m build --wheel --no-isolation python -m installer --destdir="${pkgdir}" dist/*.whl ``` Would you recommend that way for packaging?
As I've said in my previous message, [this](https://gitlab.archlinux.org/archlinux/packaging/packages/chatblade/-/blob/main/PKGBUILD?ref_type=heads#L50-61) is what we are currently using.
It seems like it takes a while until it actually uses the API key. Had the same bug at first, but it went away.
> Guys OpenWeatherMap api keys will take some time to enable after creation. Did you try again after some time? If that is the case this should be noted in...
"Should be" and "is" are two very different things ;)
We are currently affected by #3334 - its fix is not included in the latest stable release (1.4.0). Share URLs created by console need to be fixed manually (`/ui/` path...