Thomas Hrabe
Thomas Hrabe
**Describe the bug** I'm using `repeat_every` as in ``` @app.on_event("startup") @repeat_every(seconds=60) def scrumbot_alert(): """ Sends alert """ now_tz = datetime.datetime.utcnow().astimezone(pytz.timezone(timezone)) logging.error(now_tz) alert() ``` But when I put a log to...
> Try to be as detailed as possible. Why do you need it? What data does it use? What should the user experience? I would like to implement a BioJS...
How can I reproduce [this example](http://leafletjs.com/examples/layers-control-example.html) with the angular Leaflet directive? I understand the example, but when I apply the last line of the example source `L.control.layers(baseLayers, overlays).addTo(map);` that I...
I am trying to read in a file from `https://nomads.ncep.noaa.gov` I can read all multigrid files like [here](https://nomads.ncep.noaa.gov/pub/data/nccf/com/wave/prod/multi_1.20201113/) but my script fails to read files from other links that are...
Readme example is out of sync with main function. Took me a while to realize that the Readme is outdated. Great job otherwise, works for me in the first attempts...
Can you please add `__init__.py` to the repo so that in can be included as a submodule in a project, I tried creating a branch & PR for thins on...