Dmytro Yaroshenko

Results 143 comments of Dmytro Yaroshenko

Not yet, u can add it to your MR, I think it quite simple

> Is there some Angular unit which allows specifying seconds of degree? Why did u not use it like: `Angular.Degree(d+m/60+s/3600)`? Or in your approach `Angular.MOA(d*60+m+s/60)`

> I am starting a port to dart > > https://github.com/deicon/jbmcalc Nice, but I'll be happy if u'll take my [python3 based fork](https://github.com/o-murphy/py-ballisticcalc) as a reference. It have lot's of...

> This issue seems to be fixed with PySide 6.7.1 Now my extension for your library works again

> Hi @o-murphy thank you for this MR. The documentation looks comprehensive and well-structured. Thumbs up from me :) > > One thing I am not sure about is the...

@jonnor Should I change something or it can be rebased and merged?

> @o-murphy there is an empty file added, that must be removed. Otherwise I think it is fine. Done

> I've looked into this a couple of weeks ago. The problem isn't really the `imp` module - replacing it is trivial - it's the missing `six` module. StaSh was...