David Q Mertz
David Q Mertz
In a small bit of test code I trigger (I think) the changed behavior of __aiter__ between Python 3.5 and 3.6. The code is this below, with the error. This...
Filed earlier in less good: https://github.com/ContinuumIO/anaconda-issues/issues/7459 --- More with certification/course for `anaconda-project`. Notwithstanding the documentation stating: > Any variable ending in _PASSWORD, _SECRET, or _SECRET_KEY is automatically encrypted. I find...
I guess there is an errata page at the publisher, but I'm more concerned about author seeing this. The initial explanations of functions with mixtures of math, diagrams, and code...
Only copy-edit style changes. Attn: @ppiegaze
Probably speed up load to stream multiple tiles, especially in interlaced raster format.
In working on module-noaa-stations, I/we misspelled "resource" in `data_base` section. The produced traceback is not informative. Validations should include, I think: * Informative message if YAML itself is misformed *...
Trying to add a module I get this: ``` vagrant@zimagi:~$ zimagi module add https://github.com/zimagi/module-model-manager.git ** while parsing a block mapping ``` This is not **wrong**. Using a Python shell manually,...
Since modules are intended to function together within Zimagi, the collision of commands feels like a problem. Resolving choice of command based on priority is deterministic (modulo "what happens for...
In local instance if data model changes, `zimagi module save` fails to pull new version
When launching a project the indirectly utilizes `geocoder` I get a SyntaxWarning on Python 3.12: ``` /home/.../.venv/lib/python3.12/site-packages/geocoder/uscensus.py:36: SyntaxWarning: invalid escape sequence '\d' match = re.search('^\d+', self.address, re.UNICODE) ``` It looks...