michgeek

Results 7 comments of michgeek

Have you guys installed the turbolinks vuejs plugin? https://github.com/jeffreyguenther/vue-turbolinks It is needed to tear down and mount components on page load.

My solution to that problem is to use the command **without including `Lang.js`** 1. Assuming my output is : `/resources/assets/js/messages.js` ``` // Generate the messages without the lib php artisan...

> Anyone having: `Uncaught SyntaxError: ambiguous indirect export: default` ?? Error disappears when I comment out all GMapCluster instances in `/src/main.js`. Hopefully this helps. Running Nuxt 3.0.0 with Vite 3.2.5...

:+1: for this. I was surprised that it's not possible to add custom methods/verbs. I was trying to do the exact same thing: ``` app.config(['RestangularProvider', function (RestangularProvider) { RestangularProvider.addElementTransformer('photos', false,...

I manage this issue with this workaround. If you are using a framework that support method spoofing or if it supports method override you can try this. For example i'm...

I think it's better to revert that change, as in https://github.com/typesense/laravel-scout-typesense-driver/pull/50 or https://github.com/typesense/laravel-scout-typesense-driver/pull/47 rather than merging this one.

Thanks for the solution. Unfortunately for me, this method works only for the first request. When attempting to rerun a request, it will merge the headers and result in duplicate...