Valentin Valls

Results 127 issues of Valentin Valls

Closes #902 Hi, Here is a patch to use the relative path when checking git ignore. The absolute path can contain stuffs which can be matched by gitignore. It's not...

Hi, `standard-version` was never bumping `package.json` on one of my project. After some checks it looks like the file is filtered based on the absolute path of the file. As...

bug

Hi, Thanks a lot for that library. Looks very useful for now. I would like to know the best way to pick a "best" unit for human readable value. I...

Hi, I have a problem with a machine where a PyQt application icons are not removed from the dock. - The machnie was Ubuntu 20.04 - Tested with both Ubuntu...

Hi, I am very surprise to see `px/css_pixel` and the direct conversion which is provided with any length dimensionality. I am working with 2D detectors, and i was happy to...

Hi, I would like to know what you think about improving the arguments of `NumExpr.run` in order to retrieve argument names from a dictionary? Basically the same API as `numexpr.evaluate`...

Hi, i am playing around Wasm and SIMD, trying different implementation in different languages. I dont know much Rust, but i have noticed a weird conversion with a test. My...

This PR fixes the ElideLabel API inherited from QLabel. For consistency and interoperability purpose. Closes #3641 Changelog: - ElideLabel: Fix API inherited from QLabel

Tested together with @alejandrohomsp With a dense data and huge error bar it looks like the plot is not fully included in the plot. In fact It was only the...

While trying the scatter 3D ``` $ mamba install pyopengl==3.1.6 $ python examples/plot3dUpdateScatterFromThread.py ``` Here is the result ``` Traceback (most recent call last): File "/nobackup/lvalls1/valls/Software/miniconda3/envs/silxenv/lib/python3.7/site-packages/silx/gui/_glutils/OpenGLWidget.py", line 223, in paintGL...