bastinald

Results 7 comments of bastinald

You'd have to add a method in your component that calls the emit. Then you can use wire:target on that method

I'm the author of this package. I'm currently working on a new one that will blow this one away. I will update the readme of this package when the new...

https://github.com/elrumo/macOS_Big_Sur_icons_replacements/issues/1282

I think hes on vacation. When he gets back if he can provide the errors he is getting from mongoDB I can tell him how to fix it.

> @bastinald I'm thinking of migrating the DB to MongoDB Atlas, so it's managed for me and I don't need to worry about it. It'll cost some money but it'll...

Nginx has to be compiled with http://wiki.nginx.org/NginxHttpHeadersModule ``` location ~* \.(icns)$ { add_header Access-Control-Allow-Origin *; } ``` As for Vue, you may need to specify a proxy: ``` module.exports =...

@elrumo some things to consider: - make sure you're connecting to the correct atlas URL in your config - consider using a CORS middleware package, such as https://yarnpkg.com/package/cors - add...