espdev
espdev
I have checked this PR. If we do not set position argument and use a semaphore, the code works incorrectly. The code example: ```python from concurrent.futures import ThreadPoolExecutor, wait from...
I think Cython should be added to `setup_requires` and setup script should compile all Cython files while installation. Distribute pre-compiled Cython files and require the C-compiler anyway... seems it is...
@craigds thanks for the report. I will try to investigate this behavior and your solution. I will see what I can do. :) In any case your example looks like...
@sdstewar click-option-group only works with options. It is currently not possible to mix mutually exclusive options and arguments inside an option group. It's hard to say right now if this...
> ... it'd be "Oh yeah, that's easy!" :) Things get complicated if we try to do something non-standard in Click. :) > I'll look for an alternative setup An...
Hi @Tenchi2xh, Yeah, the current implementation works properly only with decorators because Click declares it in its API for the most part. There is a piece of shit magic under...
Hi @kaspermarstal! I will try to build the project from develop branch. Thanks! I want to try SuperElastix for the registration of 3D and 4D CT images in our project....
I have the same problem with multiple constraints. There is a part of my `pyproject.toml`: ```toml [tool.poetry.dependencies] python = ">=3.8,=3.6" [[package]] name = "numpy" version = "1.19.4+mkl" description = "NumPy...
Thanks for the reply. I also mean, it would be nice to have a some high-level API to use your models as a library. Such API would hide low-level implementation...
@DOH-Manada I think you mean `except dateutil.parser.ParserError:` `ParserError` instead of `ParseError`. I have fixed the issue title. Sorry.