Dave Stewart

Results 354 comments of Dave Stewart

This might be related to this issue; I'll look into it this week or next: - https://github.com/davestewart/vuex-pathify/issues/70

Hey @jcaruthersjr - I don't TBH. Testing is not really my forte, but I would be happy to look into it. Can you post a small repo for me to...

OK, I had a quick look. I think the problem is that I'm not properly supporting nested modules: - https://codesandbox.io/s/vuex-pathify-main-demo-5pgy8 I'll update the ticket title and schedule some time to...

OK... looks like nested modules **and** wildcards are fine... - https://codesandbox.io/s/vuex-pathify-main-demo-99bf7 ...at least: - without `registerModule()`: - in state and getters - using `get()` I REALLY have to get these...

Hey Vesper! Thanks for the issue. In hindsight, I think @sanscheese made a good point [here](https://github.com/davestewart/vuex-pathify/issues/130#issuecomment-1064996648) proposing that the new Vuex Pathify API lean towards supporting the Options API by...

Thanks for the update! I'm right at the end of a big project right now, so this isn't going to get any attention *right now*, but I would like to...

Hey @Heziode, Thanks for digging in and going over the code :) The `objPath` property is essentially the `@path.to.item` part of the expression: https://github.com/davestewart/vuex-pathify/blob/9a3537540914cc6114b894c1fb359b41263167ee/src/services/resolver.js#L107 The `Payload` class is used only...

OK. Not 100% sure what the problem is, as I haven't tested a serialisation. If you want to create and post a sample repo, that would be useful.

Thanks! I can't promise to look at it today, but let me try in the next couple of days. Do you have any ideas to solve the problem (which I...

So if we took that approach, you're basically saying: - if it's a POJO, it would have been deserialized - if it's a Payload, it would have been created internally...