Jakob Košir

Results 5 comments of Jakob Košir

Well I have some time now so I could rewrite my contributions to support angular2. Anyway we'd first have to decide if we'll be going for a new module or...

In "modern" (es6) web development you wouldn't load a library by adding another script tag, but just npm install it and import it wherever needed. Then you have webpack/JSPM to...

Also we'd basically have to rewrite everything, since it's a completely different framework. I suppose it's best to get started sooner than later, django url reversing is pretty simple to...

I'm pretty sure this should be called `djangoStatic` as it's a replacement for `{% static %}` tag and not a redirect version of `djangoUrl.reverse()`. While we are at that, maybe...

Experiencing the same issue, the problem is the replacement and stopping of `store._scope` in [resetStoreState](https://github.com/vuejs/vuex/blob/b7f471aef9265555f4094b313e241b4060812cfb/src/store-util.js#L30) which is called when registering a new module. This stops currently active effectScope (`store._scope`) onto...