Alejandro Mery

Results 93 comments of Alejandro Mery

> The following worked for me in order to get Nuxt Bridge to work with Vuetify, the Vuetify Loader, and changing Vuetify scss variables. I'm trying to migrate a default...

I use `@nuxtjs-alt/auth`

If you end up redesigning oapi-codegen using libopenapi, could you please consider allowing generating code for other languages too? I'm sure people here would be interested in using the same...

> ```ts > // build.config.ts > import { defineBuildConfig } from 'unbuild' > > export default defineBuildConfig({ > // other configs > hooks: { > 'rollup:options'(_ctx, options) { > options.plugins.push(...

> The solution, in this case, could be to wrap the code in a type guard condition: > > ```ts > if (Array.isArray(options.plugins)) { > options.plugins.push( > // ... >...

shouldn't tools/go provide mechanisms to resolve a dependency graph before you compute the details? @go101

any chance of getting this merged?

any plans regarding graceful shutdown? No updates in 4y is pretty depressing

I have an skeleton monorepo at https://gitlab.com/licensly/licensly/-/tree/shamefully-hoist. without `shamefully-hoist` I have to manually add `jiti`, `typescript`, `ufo` and `vue` to each package and despite that `nuxt generate` fails with `(undefinedms)...

> I read through the associated issues, but couldn't understand the current status of yarn PnP support. Does the work enabling pnpm without hoisting also enable Yarn's PnP feature? Meaning...