Oziel Perez

Results 10 comments of Oziel Perez

Ahh, suddenly it all makes sense. I couldn't find the plugin because I typed it in with spaces so I assumed it didn't exist there, but I had to hyphenate...

Can confirm v-show and v-if doesn't work on simple things like or , they have to be wrapped by a parent element, which sounds dumb

> That's because you don't need CSRF tokens when working with APIs Not unless the API in question is actually part of the back-end of a Single Page Application that...

@kasthomas I had been away from Java for a while simply because virtually every project out there was in Spring Boot and I just never got used to the black...

Neither `api.configureWebpack` nor `api.configureServer` work for me. I'm trying to use the source-wordpress plugin and I keep getting Error 400 - wp/v2/types. This is the config function: ```javascript api.configureWebpack({ devServer:...

@samuelhorn in my totally biased opinion, I think themes should be a thing of the past. I don't want to give end users any power as to how to control...

@hjvedvik Thanks for the statement. As a freelance developer, I build custom sites and small business web apps and wanted to depend on an SSG, not the overly used Wordpress,...

Yeah I'm very concerned at this point. I mean I understand we all just went through the pandemic, personal problems, Vue 3 breaking the ecosystem, and even some developers are...

> Can anyone suggest any alternatives to migrate from Gridsome? Is Nuxt 3 the best solution? Thank you! For static sites: Astro with Vue For Vue-centric SSR apps: Nuxt (though...

Worked for me but when I used "react-native-dotenv" as the module name, TypeScript was having issues resolving stuff, so I used "dotenv" instead and it worked.