Andras Lasso
Andras Lasso
We often solve this kind of issues by adding a check if the application is in testing mode and if it is then do not show blocking pop-ups.
I've accidentally closed this PR, with my force-push, therefore created https://github.com/Slicer/Slicer/pull/8542 to get it merged.
It seems that the Slicer.exe launcher itself needs MSVC runtime DLLs, which is an issue, because it will not find them if they are in the bin subfolder. The best...
There is no CLI modules, so you cannot ask the user about installing a Python package. It is OK to install without asking, like this: ``` try: from asltk.asldata import...
Thank you for your patience. Have you tried if `slicer.util.messageBox` actually works in Python CLI modules? I would expect it to fail. It is because that GUI CLI modules are...
It should be good, only the extension name and category needs some attention. ❌ Check extension name failed: extension name should not start with 'Slicer'. Please, consider changing it to...
In the long term we should probably switch to using multiple "tags" to filter and categorize extensions. But for now, to make the single "category" field useful, we need categories...
Thank you, everything looks good! Just a few things to consider: 1. I've tried the test data provided at the link and it resulted in computation errors: ``` No module...
I don't think there is an issue in general but there are isolated cases of Python environments messed up by installing some very old version by default and then manually...
Node name is used as point name prefix, therefore using "PL" as default node name would result in point names PL-1, PL-2, ... ("point list 1", "point list 2"). Also,...