Zac Sims

Results 37 comments of Zac Sims

> Ah cool!, I see that you invoke on the gui thread, that must be the fix for the exception I was struggling with! (I should have known:P) Hmm, in...

For reference, pretty good blog on improving UIA performance: https://blogs.msdn.microsoft.com/winuiautomation/2013/06/04/a-little-uia-qa/ (TL;DR: caching and the native COM API)

Switched to the native API, this has made a drastic improvement. In Visual Studio (start page, average across 3 clean runs): Before: ~2024ms After: ~616ms Still room for improvement as...

Interesting... Do you know if there's any documentation in what impact this has? Didn't seem to make much of a difference for me. And https://msdn.microsoft.com/en-us/library/windows/desktop/ms685100(v=vs.85).aspx doesn't really mention anything about...

Thanks for the investigation! It would be nice to get a consistent gain, even by enumerating hints ahead of time or changing the way the tree is walked. That being...

Will have a look what's involved, there's similar tools for Mac e.g. https://github.com/dexterleng/vimac

Hi, sorry for the delay. I'd recommend installing Visual Studio as you need MS Build + some build properties. You might need to copy these from another installation if you're...

You're right @skysb, seems it was implemented and this issue hasn't been updated. I tried it out and can confirm it works well 👍

I'm looking at picking this up, do you have anything in mind for what the interface/`mu.yml` would look like for this case? E.g. being able to specify docker images for...

Awesome, would you see that `mu` could also build the sidecars? E.g. from a Dockerfile in the repo? Or perhaps that's something to be tackled later?