Andras Lasso

Results 869 comments of Andras Lasso

`vtkMRMLApplicationLogic` is not accessible from `MRML/Core`, so it is not a trivial change, but if we can avoid the need to access the home and share folders from `MRML/Core` then...

I'll try to get to it in the next few weeks. In the meantime, somebody else could attempt a fix, too.

I agree, probably we just need to update all dependencies to (near) latest versions. It would be great if someone could do it, and I would review and merge.

Yes, the pybind11 package version requirement is not `EXACT` (see [here](https://github.com/jupyter-xeus/xeus-python/blob/main/CMakeLists.txt#L123)) so you can use compatible versions, it does not have to be exactly 2.6.1

There has been another occurrence: https://discourse.slicer.org/t/dentalsegmentator-failed-to-load-the-segmentation-something-went-wrong-during-the-nnunet-processing/40682/2

I was able to reproduce the issue. This is a small bug in Slicer that the state of the button is not updating do to some missing events. It would...

I've submitted a [pull request](https://github.com/Slicer/Slicer/pull/7962) that fixes the issue in Slicer. The fix will be available in Slicer Preview Release in about 2 days.

The pull request in Slicer got merged, so the Slicer Preview Release that you download tomorrow or later should work well.

The code line is actually in vtkMRMLNode.cxx: https://github.com/Slicer/Slicer/blob/305624e90cdd2867b8064e106f9e9aaaf836834d/Libs/MRML/Core/vtkMRMLNode.cxx#L666 I believe it is safe, because `nodeReferenceRole` is a reference to a string stored in `NodeReferenceMRMLAttributeNames` member variable, therefore the string buffer...

If there is an update issue then we should be able to address it by adding the missing RequestRender calls (and not with decreasing batch processing probability). Do your have...