Krishna Penukonda
Krishna Penukonda
I'd be interested in taking another crack at it, but thus far I haven't come across any new information that would help me build a better inversion algorithm.
I think the equation itself makes sense as it is. In ``` a = factor * (base ** n) ``` `base` is the component that's exponentiated, and the result is...
Hey @ezbc, a Pynamo ODM would make things a lot easier for me too, so I'd love to pitch in where I can. Any chance you've made some progress on...
> Please give examples of what you propose. > You probably mean using k.balance() instead of k.query_public('Balance'), and the like?.. That's right, although I think adhering to the names specified...
Hi omry, thanks for reaching out! First off, thanks a ton for your excellent work on both packages. I'd initially attempted to use Hydra, but ran into issues with relative...
@omry thanks, I had no idea it was already implemented! I'll check it out when I get the time.
Thanks for your interest! I'm currently working on an improved lowpolyfication pipeline that will use a different config framework (#4), so I'm going to postpone adding any more comprehensive documentation...
I'd be happy to! Which approach do you think would be better – removing the `Optional` annotations, or using default values when `None` is passed?