Gabriel R. Antunes

Results 11 comments of Gabriel R. Antunes

To use `.vue` files, we need `vue-loader` that parses the [SFC syntax](https://vue-loader.vuejs.org/spec.html#intro) to SFC descriptor object, as you can see [here](https://github.com/nativescript-vue/nativescript-vue/blob/master/platform/nativescript/compiler/sfc/parser.js) Just run `tns upgrade` in `nativescript-vue-template` and have fun...

@trys what about using [jsdom](https://www.npmjs.com/package/jsdom) instead of regular expressions? I've created a [POC](https://github.com/trys/sergey/compare/master...guesant:poc-jsdom) (proof of concept) that really simplifies the mathing of `sergey-*` tags and reduces the `while` loops. Also,...

@trys what do you think about on-demand cache import?

Hello everyone! Thank you for this great project. It's a awesome library that I have as inspirational reference. I've been trying [@sidebase/[email protected]](https://www.npmjs.com/package/@sidebase/nuxt-auth/v/1.0.0-alpha.0) and I like to report an issue. I'm...

> Wow, thank you for this research and detailed issue, that's great! Thank you! :) --- > Can you share the original readme to reproduce the issue? Of course! At...

is this related to #31588 and #31586 ?

> I think the [Nitro docs](https://nitro.build/config#experimental) already make it clear that you should enable this experimental feature manually, right? 🤔 > > > Enable /_scalar, /_swagger and /_openapi.json endpoints. >...

![Image](https://github.com/user-attachments/assets/1caa45e0-81b4-44ac-87fb-0f2d18ff97f0)