Bernardo Simonassi Moura

Results 6 comments of Bernardo Simonassi Moura

Hi guys, I have updates. I updated my github runner to macos-14 and isn't showing the error anymore. The bad part is that we can't use macos-14, we have a...

I don't know the relationship between nuxt and this plugin here https://github.com/antfu/unplugin-auto-import But if we add this config below on [nuxt import configs](https://nuxt.com/docs/api/configuration/nuxt-config#imports) will solve the globals issues ```js eslintrc:...

Hi @startpage-finance @jefflam, you probably need to add node polyfills to your app: Webpack5: https://github.com/Richienb/node-polyfill-webpack-plugin Vue 3 + Vite: https://github.com/voracious/vite-plugin-node-polyfills Vue 3 + Vite example: ```javascript import { nodePolyfills }...

Hey @Barbapapazes I'm using `pnpm build` (this means that is not pnpm generate). As I'm using turborepo, I need to specify which app I want to build, so in my...

@imaginarny thanks for your answer, I got all your points. Just one last question, is it possible to have a SSR but with some pages prerendered **(loading almost instant)**? My...

Hey @jonathanpmartins thanks for the answer. Unfortunately what I need is changing the "expected" behavior. For me doesn't make sense to paste 1000 (that is an integer) and display 10.00....