Robin Ambrosius

Results 4 issues of Robin Ambrosius

I was looking into uploading larger files with this package. Cloudinary has a different method for those upload. https://cloudinary.com/documentation/upload_videos#chunked_video_upload The simplest solution I guess would be to change the method...

I use the plugin @nuxtjs/auth for authorization. When I request the API with this.$axios the auth headers are set correctly. When requesting the API through the vuex-crud the headers are...

I setup the nuxt example as in the README. I got an error when the api route for fetchList was not defined yet. This would result in a 404 in...

I want to transform months from format M to MMMM. The datatype is integer, which throws the error: Could not build a valid `moment` object from input. Casting the integer...