Valérianne

Results 38 comments of Valérianne

About the geometry error, the `postgis` extension wasn't created by the web setup.. created manually in the postgres shell and it seems to work. I think it might have been...

@Kakise any progress or help needed for the french translation ?

I've needed to do the same as @robnardo , in my case I do something like: ``` a=requests.get("http://whatever_returns_an_xml/") b=untangle.parse(a.text) ``` The XML returned contains sometimes unicode like `Francés` and without...

oh you are right, it was really small and I didn't catch it first. however with ```img_processor = None```, thumbnails doesn't have the copyright anymore, only the "final picture" has.

https://unix.stackexchange.com/questions/625576/how-to-run-32-bit-armhf-binaries-on-64-bit-arm64-debian-os-on-raspberry-pi there might be a way to install and run armhf packages on arm64, however I can't test I only have pi3

I have fixed `ramfs_path` missing the `{{ }}` and used the vars for user and group. The METEOR stuff uses the ramfs path, so if not choosen to be deployed...

I can take a look at what can be updated in the docs this week. For settings.yml IIRC I already updated the schema with the new keys.

you can find some code I used to predict passes with pypredict here https://github.com/rhaamo/autowx/blob/master/pypredict.py and yes you only need lat, lon, min elevation, altitude and TLE

A docker image would be really useful, right now I already have a dedicated server for radio stuff and I don't want to spend money on yet-another-pi and it's not...

just got that issue, edited first rule, saving it caused to be put on the bottom. so I have a rule saying "first, " as the last item, very great...