Andras Lasso

Results 869 comments of Andras Lasso

This would be great. It could also be used to easily run Slicer in Python-based environments such as Google colab. It could even have a utility function to set up...

> Especially for slicerio, it would be nice to be able to have a command option to start Slicer with the WebServer enabled. `slicerio.server` can do exactly this (automatically launches...

ITK reader (itkNrrdImageIO) currently does not support writing units into the nrrd file. `NrrdImageIO::Write` could be updated to be able to allow writing units and then the Slicer storage node...

Good idea. > remove Twitter since it's not used much as far as I know Since we tweetdeck now requires paid subscription, we don't have access to it anymore. So,...

For me, removing tweetdeck was just the last straw (rename to X, practically removing moderation, making people pay for features that none of the alternative services ask money for, aim...

> The only solution was to opt for the one appender design: only one appender This sounds good! Dynamic creation and deletion of hundreds of log appenders was not how...

Slicer-5.2 is released. It is the last Slicer Stable Release that contains Annotations module. We will remove Annotations module from Preview Releases (Slicer-5.3) within a few weeks and from the...

Thank you, I'm very happy that we are beginning this work here! Overall the changes look good, there is only one thing that bothers me: using system environment variables for...

Various module logic classes may need various application configuration information. Therefore, it would be simpler to just set the application logic object in the module logic object. Then the module...

We need the vtkMRMLLogic class. It contains useful utility functions that may be used by extensions and will be probably used in Slicer core. Some MRML library classes need application...