Brian Blaylock
Brian Blaylock
Thanks @dopplershift! That drastically simplifies what I was trying to do. I love it when my thirty lines of code can be done in two.
Thanks for reporting this. Sounds like there are some install issues that I haven't properly tested for. Seems like there is an issue with the dependencies between the required packages....
Hi @jjm0022 I tweeked the environment file so that it only includes the minimum dependencies. This might help your case. I haven't had a chance to test it on Linux...
I just fixed `setup.py` to include `*.txt` files in the package data. That should fix the problem. - [ ] Publish new version on PyPI after I confirm this is...
Fixed in version 2022.10.0
Thanks for bringing this to my attention. The hash is based on numbered grib field. I suspect that variable you are grabbing is in a different "row" for different forecast...
I just started looking at this. The reasons the subset hashes are not the same (and not providing a good sort order) is that the grib message number of MSL...
I made a tweak to how I generate the hash labels in https://github.com/blaylockbk/Herbie/pull/96. But, it doesn't fix your request to have the files named to be sorted in a specific...
I'm also running into this problem. When working with a GitHub Enterprise Server that has unrecognized certificates, I have to use the setting `git config http.sslVerify "false"` to push/pull to...
Just saw that someone else also had this issue...https://github.com/microsoft/vscode-pull-request-github/issues/2913.