Andreas Motl

Results 1447 comments of Andreas Motl

It works like this: ``` export DASH_URL_BASE_PATHNAME=/explorer/ wetterdienst explorer --listen=localhost:8891 ``` Nginx configuration, gist: ```nginx server { server_name wetterdienst.example.org; location ~ ^/explorer { proxy_set_header Host $host; proxy_pass http://localhost:8891; } }...

Hi again, like the subject says, I just wanted to thank you for this brilliant piece of software @gutzbenj and @meteoDaniel conceived the other day. After getting in touch through...

Hi again, I just had a short conversation with @mkleen about what we are doing here and he apparently liked it very much. We will be happy to hear back...

Thanks! I'd prefer Skype.

@wetterfrosch and me are currently in -- http://meet.jit.si/python_dwd. I am using Chromium Version 80.0.3950.0.

I would also like to invite @JohannesRol ([dwdopendata](https://github.com/JohannesRol/dwdopendata), see also https://github.com/JohannesRol/dwdopendata/issues/1) and @FL550 ([simple_dwd_weatherforecast](https://github.com/FL550/simple_dwd_weatherforecast)) to this discussion. I appreciate your efforts in doing similar things with DWD Open Data as...

Dear @difu, @EduardRosert, @coder4code, @AlexandrosBouras, @bjoern-reetz and all others from @DeutscherWetterdienst, we just now stumbled across your organization on GitHub at [1]. We appreciate very much that the DWD is...

Dear Ashim, thank you very much for writing in and reporting a potential regression. We promise to get better with mentioning potentially breaking changes in the changelog. On the very...

> When looking at the current state, it looks like Wetterdienst 0.41.0 is the most recent version. Why would Conda be so much behind? Ah, right. The feedstock repository needs...

Ha. We answered at the same time. Hey Kai. How would we proceed on that? Just add our GitHub handles to the [CODEOWNERS](https://github.com/conda-forge/wetterdienst-feedstock/blob/main/.github/CODEOWNERS) file?