Results 110 comments of Ian Wright

Cool, if not I'll see if I can look at it tomorrow. Here's a trace of my current use case showing how the object gets pushed through. Hopefully that makes...

That's the right approach. Just had to make 1 small change as you'd missed a point passing the options through that happened to be the code we were exercising on...

I ended up making a few additional changes to make it always merge (even if the original view model isn't empty) and take recursion into account. Will try and merge...

> Thanks for sharing `run-node`, will investigate if we can use it. > > > This can cause obvious issues when changing/removing `node` versions with `nvm`. > > This can...

Just to voice I'm trying to build some stuff using optional chaining too and it means I can't easily switch between coding the babel plugin and testing it in AST...

I think some sort of Sublime Text loading indicator along the bottom bar would be sufficient to tell you "I'm working on it"?

Ok fair enough, I've also had a couple of times where chat output appears in the editor rather than the panel. Have you seen that before?

No worries @kaste, I did think about a custom plugin too but thought I'd ask here first in-case it's useful for others. I'll let you know if/when I've something working.

Still waiting to get into the official Sublime package repository but I created this: https://github.com/IPWright83/sublime-AutoTabClose

`on_deactivated` seemed to work fine, upon losing focus the tab will get closed. It doesn't work for all views, as some pop up some UI's which then cause the tab...