Gabriel R. Antunes
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,...
What do you think @trys? Can I work on this?
@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...
> @guesant hello there! Any news on this? not yet
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. >...
