Dave Stewart

Results 354 comments of Dave Stewart

@chiboreache - did you have any more info on this? Is this still an issue I need to handle?

I know the feeling! (of getting bogged down)

So what was the final conclusion? Does Pathify need updates to code or docs?

Not sure. I'll reopen the issue...

HI. So you're saying: ``` state.value: "a" getters.value: "AA" // some kind of transform ``` What happens when you want to send `value` "AA" back to the store? Does `state.value`...

Do you have a custom naming setup? I ask as sync would need to reference `commit('SET_VALUE')` and `getters['getValue']` in which case the `standard` or `simple` schemes wouldn't work. You would...

OK. Let me have a think. I'm reluctant to change functionality right now as I don't have any tests (yet). I I changed something for you then it buggers up...

Hi Alex, I don't know the cache plugin but I can look it up. This means I'm not really familiar with the problem and mechanisms, or how to solve /...

Thanks for the explanation, it was really helpful. Well, two ideas: 1. All Pathify helpers are function generators. The returned functions simply contain a reference to `this.$store`. We could make...

By the way, you can still use dispatch with Vuex Pathify, as the syntax is identical. Have you tried that?