Dmytro Yaroshenko
Dmytro Yaroshenko
I played with that, I want to realize `__add__`, `__mul__`, `__div__` etc for AbstractUnits, to use it directly with this syntax ```python d_instance = Unit.Inch(10) double_distance = 2*d_instance ``` but...
@dbookstaber Прокоментуйте будь ласка
wouldn't be merged yet, cause of broken API backwards compatibility, and also tests fully failed
@gambon2010 please run pytest locally to verify u're not broke the code ```bash pytest ./tests ```
> > @gambon2010 please run pytest locally to verify u're not broke the code > > ```shell > > pytest ./tests > > ``` > > Hi! I've run them...
* pylint settings are provided in pylintrc file, it's not requires to be 10/10, current requirement is `fail-under=9.5` * pytest searching tests on the path you ask for, so the...
Why we can't get it in postprocessing?
@gambon2010 > я більшого працюю з js/c# і дещо новим для python I also created JS version of this library, but have not time to update it to v2.x.x, if...
> Можливо, цього тижня я зможу написати запит на отримання Sync fork to master branch before making updates
Closed as out of date