Grzegorz Bokota

Results 132 issues of Grzegorz Bokota

# References and relevant issues closes #1701, #2246, #1904 # Description This PR is an attempt to add units to napari using `pint` package as units register. The idea of...

feature
tests

# References and relevant issues Fix things pointed in #6575 # Description Improve readability and remove obsolete code in perf module

maintenance

## 🚀 Feature I would like to request few upgrades to the new settings feature 1. Use version information in the path to the settings file. **Why:** napari dynamically updated...

feature
discussion

# References and relevant issues closes #470 # Description This PR implements: 1. Selection of new label type in settings (possible extension is to suggest conversion when the user selects...

tests
preferences

In release 8.17.0 the ipython remove `IPythonLexer` from `IPython.lib.lexers` as cleanup of python 2 code. However qtconsole still import its: https://github.com/jupyter/qtconsole/blob/2accd52e7af226bc857a89099260e55c5740efe1/qtconsole/jupyter_widget.py#L17 That leads to crash on import time. I have...

When going through the documentation I found that link to zenodo points to release 0.1 not the current one 0.4.1. As you do not have `zenodo.json` and do not provide...

Closes #224 Use `QLabel` instead of `QDoubleSpinBox` for custom representation of big/small values.

In https://github.com/napari/napari/issues/6522 napari got information that for really small numbers the the labels are unreadable: ![obraz](https://github.com/pyapp-kit/superqt/assets/3826210/8dc11371-9b24-44e9-b8f9-af585e43e7af) The author of Issue suggests that maybe replacing use of scientific notation for representing...

enhancement

I try to use `superqt.fonticon` in napari widget. I observe that icons are dark when enabled. It does not look best when selecting a dark theme. Is there a way...

enhancement

When using `PyOpenGL-accelerate`in version 3.1.5 from wheel there shown this warning: ``` OpenGL.arrays.numpymodule:Unable to load numpy_formathandler accelerator from OpenGL_accelerate ``` When install it from source ``` pip install PyOpenGL-accelerate --no-binary...