Alex Saft

Results 20 comments of Alex Saft

I found a solution. First, make the root vue component accessible (for example, via `window`) ```js window.$root = new Vue({ el: ..., data: {store}, ... }) ``` Then, use normal...

Hi! Very usefull and needed addition. Actually I visited PRs page to see whether there is some PR like this one and start my own if I don't find one....

I created a rough draft. https://github.com/fend25/actionware/blob/add-ts/index.d.ts I've never maked a d.ts file so I'm not sure I've done this right. Please take a look at it :) UPD: I guess...

I've commited fixes for my version of [typings](https://github.com/fend25/actionware/blob/add-ts/index.d.ts), but I will not be able to check it's correctness in the near future.

app is a web server instance (i.e. express)

https://jsfiddle.net/fend25/e1LLu72c/ better and preferabe variant now, guys, feel free to comment)

Oleg's reference implementation (ancient one) http://plnkr.co/edit/QYb53NUnnhIezI5n0JxB?p=preview

@Tesbarmix1 @ligi Hi! Please take a look, I hope there would not be any issues.

Hi @jacogr ! This is so needed, could you please accept this PR? Right now I get much declines on the extension popup because the only working way is to...

Yeah, I was thinking about some way to make automatic check, but now there is one circumstanse: nested path (i.e. 'foo/bar'). Unfortunately, in the current Typescript version can not infer...