Justin Murray
Justin Murray
@heri16 are you willing/able to make the changes that I mentioned above?
@heri16 do you plan to update this, or should I close it? I'd also be interested in your stdio redirect as a separate pull request.
Sounds like this could be the same as #19. You should try the suggestion there. @uurynk any update for us?
I've never used sccm, so I can't help either. If you learn anything, be sure to document it here!
The new implementation is still O(N^2) (nested `for` loops). It is possible to implement this as O(N), using a single `for` loop. Use a variable to hold the running sum....
To follow up on this: I modified my generator such that it doesn't produce the child nodes for a parent that is collapsed. This seems to solve my performance problem,...
> Could that be possible that you are using the 2.x.x version instead of 3.x.x? No, definitely on v3. I just didn't explain what I meant very well. My approach...
@frej Sure, but couldn't you at least add an option for this? We've used hg branches for feature branches, 99% of which get closed and merged back into the default...
Another year has gone by, and I'm still running into this issue. I've resorted to sticking `// $FlowFixMe` in places where it isn't really needed by Flow. Does anyone else...
Fixed in #37.