James Butler

Results 274 comments of James Butler

Yes that is very nice looking. Seeing all the errors of stuff in the python console would be very helpful. Of course as long as it isn’t duplicated in the...

@lassoan Yes, the `slicer.pythonApplicationLogHandler.logToConsoleMode = SlicerApplicationLogHandler.NO_CONSOLE_OUTPUT` appears to work for our needs as it removes the duplicates when doing python logging from Python [ERROR][Python] and the stream ([CRITICAL][Stream]. When developing...

@lassoan With the work you've done for displaying all the logging in the python interactor https://github.com/Slicer/Slicer/pull/5156#issuecomment-1277051461, when doing Slicer development, would we even need the separate Windows console window since...

I haven’t tried it but I wonder if coloredlogs (https://pypi.org/project/coloredlogs/) could be used to help distinguish the different messages levels and distinguish from the command output. > We could make...

> if CTK would drop Qt 4 support 3D Slicer dropped support for Qt4 in https://github.com/Slicer/Slicer/commit/c7fe93d44fc93fe56f0d085e4843b41b261bc0a2 back in March 2019. It currently [requires Qt 5.15](https://github.com/Slicer/Slicer/blob/5004c8d2c972a73d7cdeb1d3de9789e3e11974d7/CMakeLists.txt#L168) on Windows and macOS. Based...

Hi @esc, is there anything left to do here?

Ok thanks for the update @esc. Are there any remaining changes from your end that are still being requested? If not, could you remove your "Changes requested" status for this...

It appears that `nnunetv2` version `2.3` specifically put an upper pin on `dynamic_network_architectures` due to this issue. https://github.com/MIC-DKFZ/nnUNet/commit/9fd926b7ba161085117ba2e55ce3b1f84fa68245. Therefore TotalSegmentator should probably enforce nnunetv2 >=2.3 instead of >=2.2.1. https://github.com/wasserth/TotalSegmentator/blob/26318286d9b184e9b8aed340d5faeda97b705725/setup.py#L24 @lassoan...

You will begin to learn about the Slicer superbuild process that builds all the various dependencies (https://github.com/Slicer/Slicer/tree/main/SuperBuild). The ctkExpandButton comes from the CTK external project. The ctkExpandButton is a widget...

https://github.com/Slicer/Slicer/pull/6517 Is my work coloring icons at runtime based on light/dark. Ultimately my utility function that I proposed at https://github.com/commontk/CTK/pull/1040 was rejected due to poor resolution on High DPI screens.