Dustin Demuth
Dustin Demuth
ooooh, sorry guys I didn't check on my GH notifications for a long time. I didn't intend to keep you hanging. Apparently I figured it out but i never supplied...
Hadi, thank you very much for your efforts!
@hadiasghari thank you very much for keeping this issue alive and spending so much time for solving this issue. Did anyone reach out to https://github.com/mjschultz/py-radix ? Because he must have...
@jkrauska > There seems to be an unencumbered one in the linux kernel. > https://github.com/torvalds/linux/blob/master/lib/radix-tree.c Thanks for finding this one, but I'm unsure if adding GPL-code does serve the needs...
Alternative pure python implementations, found by @bernhardreiter: * https://pypi.python.org/pypi/cidrtrie/0.1 MIT-License * https://pypi.python.org/pypi/pytricia/0.9.1 GPLv2
> A new question for pytricia: is its GPL license compatible with pyasn's MIT license? @bernhardreiter already asked the author to consider the licensing: https://github.com/jsommers/pytricia/issues/10 let's see what happens.
Hi Michael, I see your Issue was not answered yet. I had a similar issue with the key "luminosity" and fiexed it by changing the .tmpl files and adding a...
One point to dig in: Seasons creates an aggregate for ET. This is not done in neowx. https://github.com/weewx/weewx/commit/97ead1761870481f2671dbedbb3e5dfd736e4517#diff-b96f208f4bba346a64f089b85d339e78a5f25551fffa928d42ed2982f83de3fc https://weewx.com/docs/5.0/reference/weewx-options/stdwxcalculate/?h=evapotranspiration#et_period
> maybe check this fork https://github.com/seehase/neowx-material it already contains some bugfixes Thank you, I already did a speed-run through the commit messages of the fork and did not find a...
I share the thought, that parsers should have a common configuration logic. The new shadowserver parsers use something similar, but It's more trivial as shadowserver-csv does not contain nested objects....