Grzegorz Bokota

Results 132 issues of Grzegorz Bokota

Are there any plans that to support requirements from setup.py/setup.cfg, not only requirements.txt?

enhancement

### Issue description or question Simplifying boolean comparison should not touch `is` operator usage as it directly checks type, not result of conversion to bool. ![Zrzut ekranu z 2022-06-27 10-36-52](https://user-images.githubusercontent.com/3826210/175896795-77796965-baef-44f0-bd7b-5f92071631a2.png)...

enhancement

In one of project I meet error where import lib cannot import one of c-extensions. After move package to `src` this problem disappear. it looks like name collision initial layout...

Because there is no auditwheel/delocate alternative for windows and there are still some problems collecting libs like https://github.com/matthew-brett/delocate/issues/62 Maybe it is good idea to allow run test on separate instance?...

For speedup installation, it will be nice if the wheel will be published on PyPI. It is nice because there is no need to execute any code during installation,

Python 3.11 beta 1 wheels were released on May 19, 2022. Python developer guide promise that python binary interfaces will be stable, so it allows starting to build wheel preparation...

It happens from time to time that a new release of magicgui breaks existing packages (0.5.0 breaks the PartSeg test by preventing the removal layer and keeping teardown forever). But...

**Describe the bug** A clear and concise description of what the bug is. When I specify the function parameter as `threshold=-10.0` it still produces Combobox with a minimum value 0....

enhancement

## Describe the Enhancement: I would like to use the ordered list (MD029 ordered) to have cleaner text when reading in a text editor. But when have more than 9...

enhancement

This PR adds building wheels using [cibuildwheel](https://github.com/pypa/cibuildwheel/) which simplifies creating wheels and adds support for Linux wheels. It also changes macOS wheels from x86_64 to universal2 (to work on m1...

enhancement