Gerald Pape

Results 81 comments of Gerald Pape

Do you have any tips or pointers for me how I can make the `hal_failed()` function weak? My C/C++ is really bad.

Sorry @geppoleppo, I didn't solve this

Hi @osiloke, I've built your image successfully with some changes: In the builder: ```Dockerfile RUN apk add --no-cache git ca-certificates \ && go get -v github.com/mmatczuk/go-http-tunnel/cmd/tunneld ``` In the final...

Sorry for hijacking.. The `.sh` files should be executable (`chmod +x `)

It would make even more sense to use a docker volume to store the certificates or even use certificates obtained from lets encrypt. Create docker image: `docker volume create tunnel-certs`...

Yes thanks! I thought curl would encode the url automatically ¯\\\_(ツ)\_/¯ Maybe you could mention this in the docs or make the api return an error since the behaviour with...

Check out https://dwd.api.bund.dev/

Check out https://github.com/meine-stadt-transparent/meine-stadt-transparent/blob/master/mainapp/functions/citytools.py#L90-L100

The process is designed to allow adding/deleting multiple sensors at once. It also allows to correct typing errors before the final save. I guess it would be possible to make...

A hybrid approach could be to let users add or edit sensors directly but require a second confirmation when deleting sensors. One thing to keep in mind is that changing...