Fernando Bordignon
Fernando Bordignon
I am trying to add the support for python 3.10.0 I did some work based on @dand-oss branch https://github.com/dand-oss/python-cmake-buildsystem/tree/3.9.0 Reached this issue via https://github.com/Slicer/Slicer/issues/5014 I am not sure if what...
The SubjectHierarchyTreeView currentItemChanged is firing twice when clicking to select one item (without ctrl+click) I presume it is because it is calling one time when clearing the selection and another...
Working on #6168
As reported on https://discourse.slicer.org/t/folder-visibility-confusing/23753 The eye icon is both loved and hated by our users, but I believe there is a confusing behavior for the folder eye icon. When I...
When I load a png file into slicer, it results in a vector volume with 4 channels presumably RGBA. When showing a labelmap on top of this vector volume, slicer...
https://github.com/PMEAL/OpenPNM/blob/8e2f1a400e5563bd55ff6823c8e80c32fc5e6b80/openpnm/utils/_workspace.py#L46 Isn't this line overriding the global root logger level? This line should be enough to get the logger for the module: https://github.com/PMEAL/OpenPNM/blob/8e2f1a400e5563bd55ff6823c8e80c32fc5e6b80/openpnm/utils/_workspace.py#L9
This call was getting the logger from the root level and overwriting the app settings for logging level. I was having trouble in my app with that issue #2530 ```python...
Hi Guys, I've tried to figure this one out with no success. I am building a custom app with SlicerCAT. The path on lines [75](https://github.com/Slicer/SlicerJupyter/blob/b4934d7673b427e23b4458c32f96c163b7d97414/JupyterKernel/CMakeLists.txt#L75) and similarly below are missing...
I was discussing this issue on a fork, please check: https://github.com/commontk/PythonQt/pull/81 Basically I've integrated pyside2 with PythonQt by preventing a stack overflow that was happening because of an infinite recursion....
Hi all, I am new to the concept of pythonqt and find it fascinating. Great work! I am working from the python side, so please keep that in mind. I...