Alexandre Bonaventure Geissmann
Alexandre Bonaventure Geissmann
Hey folks, I published a package to make jsdata work along vuex as a vuex plugin (redux-style store for vue.js) : https://www.npmjs.com/package/vuex-plugin-jsdata I hope it will help some of you....
Thanks that's a good idea, intend to implement when I have a little time
Hey @johannes-z, that is a good idea! Intending to implement
Yeah, sorry I was looking at your code for making a PR, but let me explain you a little bit more. I would need the second, my use-case is using...
Hey! I found this issue looking for an alternative solution for sending arbitrary params (or artificial params @amxmln) when using `router.push` since this is not supported anymore with regular route...
Yes, I appreciate you are providing migration steps, but going back to my specific use-case I don't see any alternatives working for me: - _Putting the data in a store_:...
Thanks for the feedback, We already are tracking errors via services like Sentry, so yes we have that kind of tool, and a global error handler that is working. We...
It's alright ! As far as I know, no fancy server config, we are using a battle-tested nginx/node docker image. The config is very straight forward and it sets no-cache...
If someone stumble upon this issue in 2023, here's how you can solve it: ```js // uno.config.cjs const { existsSync } = require('fs'); const { resolve } = require('path'); const...
Actually, it's not like that. The twoWay attribute intent to clarify prop usage for user, by throwing a warning if it is not used with .sync (it's a hint). In...