Smit Patel
Smit Patel
I cant change `'Access-Control-Allow-Origin': '*' ` as you suggested because I am using apis like github oauth. I am not building an API I am using it
Check this, I already made that changes before months. I don't know what else should I do to change this. https://github.com/cdnjs/packages/blob/master/packages/v/vue-tour.json
Yes, i guess its not uptodate or it might be because of cache. They are using static files, so totally possible.
Yes you can add that as well. Made a PR to change description and asked question about the old link. https://github.com/cdnjs/packages/pull/893
Added css files as well. Awaiting approval from cdnjs.
Using good script written for mac & linux, environment variables will be picked from `.env` in the project root: https://github.com/golang-migrate/migrate/pull/793#issuecomment-1648765804
I made this script file to run `sql-migrate` with env variables present in `.env` file: - This will work for mac os. - For linux, replace `#!/bin/sh` with `#!/bin/bash` **migrate.sh**...
For me, the problem was my adblocker. Turning that off for my localhost, made it work.
Fix is merge, but not yet released as of `V 13.0.4`, so for now the only option is to disable swc_minify. I wish there was an exclusion option in nextjs,...
Im having the same issue. - Lottie-Web works well in canvas mode in both `prod` and `dev` - But when I use `html` or `svg` mode, it doesn't work in...