Janne Kurkinen

Results 91 comments of Janne Kurkinen

Experiencing this issue...am updating width of a custom progress bar. If chunkSize is not set, then I get updates to the bar only a few times towards the end of...

Aha, changing scrollTop to duScrollTo solved the first issue as mentioned in the doc. But the main problem is open that why du-scrollspy is not doing anything.

I would need scrollspy feature for just so simple task that a sub-navigation element would be applied a class / fixed position after it is scrolled over the top. Perhaps...

@Fil yes it's very much similar implementation. That example is triggering zoom in similar fashion by `context.select(".brush").call(brush.move, x.range().map(t.invertX, t));` Trying out zooming there with dragging by mouse I can narrow...

If you are building an OAuth service which synchronizes user's data to a custom vendor API which implement OAuth, there is no session there. We could store access_token as suggested...

I've been following this issue, and as there have been discussion about type-safety with Vuex 4, I'd like to add [my summary of some problem points along with an example...

I think they are focused on Vuex version 5 RFC, which is totally new syntax for Vuex, similar to Composition API: https://github.com/kiaking/rfcs/blob/vuex-5/active-rfcs/0000-vuex-5.md https://github.com/vuejs/rfcs/discussions/270

@pimlie also please take into account this new cool syntax with [SFC Script Setup](https://github.com/vuejs/rfcs/blob/sfc-improvements/active-rfcs/0000-sfc-script-setup.md)! 😎

@pimlie that's correct, it is just an another way of writing code with Composition API. I should have defined my comment more in saying that we would like see the...