Muhammad Ubaid Raza

Results 111 comments of Muhammad Ubaid Raza

You should install it globally by `npm i -g vue2-migration-helper` Then the command ` vue2-migration-helper ` will be registered globally and you can run it by: ```bash vue2-migration-helper --help ```...

That's weird. Please share error message. Also can you please try with a single file as input?

Sorry for inconvenience, I am working on improving `path` option. Also found some new error in the conversion process. Will push an update soon.

I have updated the package with better handling of paths. Also you can check usage example here: https://github.com/mubaidr/vue2-migration-helper/blob/master/__tests__/lib/index.test.ts#L20

Awesome, looking forward! Nuxt UI supports theming, we can extend color system, component defaults etc. Besides we can use any custom (tailwindcss class (again) 👿 ) classes to update change...

> It is nice to support [standard OpenAI APIs](https://platform.openai.com/docs/api-reference) (e.g. the good old /v1/chat/completions). It guarantees wide support. But I wonder if there will be future native API support for...

This is strange, I have tested the generated barcode and it only works if you set Bar width: to 3px You can check it online here: https://codesandbox.io/s/javascript-barcode-reader-forked-2xj9y3?file=/src/index.js

BTW code generated by this website: https://barcode.tec-it.com/en/?data=https%3A%2F%2Fwww.raymondcamend.com is read fine, maybe there is some specification or version information I have missed?

Is there any reason not to use `https://nuxt.com/modules/nuxt-auth-sanctum`?

Yes, please. Since `@nuxt/eslint-config` supports typescript by default, the section `[TypeScript](https://github.com/nuxt/eslint-config#typescript)` makes this even more confusing for new comers.