Sankhesh Jhaveri

Results 20 comments of Sankhesh Jhaveri

@mleotta @borovik135 I am not sure what could be affecting it. Could you put a breakpoint in that function? My guess is that something else is eating up the `LeftButtonDown`...

@mauricefallon VTK 6.2 does not support Qt 5. It might compile but there are known rendering issues. See http://vtk.1045678.n5.nabble.com/Depth-peeling-and-Qt-td5746110.html for example. It might just be a matter of fixing director...

The primary issue here is the `itkMetaImageIO` does not take **AnatomicalOrientation** into consideration. This issue is documented in detail [here](https://github.com/InsightSoftwareConsortium/ITK/issues/1017).

@thewtex I don't have permissions. Could you please close this? The earlier comment explains why this issue cannot be fixed.

@puremourning Currently, ycmd checks for a solution file in the module configuration and current working directory and starts the Omnisharp server *iff* a solution file exists. However, it is common...

Yeah - the test failure in CI is related to this feature. I'll fix the tests so that it provides sufficient testing for this feature as well. Btw, can you...

Ah, I see. [Hacktoberfest](https://hacktoberfest.com/) is a fun month-long fest that rewards open source contributors. To claim this PR as a valid contribution, a maintainer (I assume you're one) would need...

From what I remember, the original issue was fixed in my commits. However, the changes introduced a single new line. Not sure what would be the current state of the...

@doutriaux1 I just posted the link to the VTK merge request on my PR.