Pooya Parsa
Pooya Parsa
### Nuxt 3 support Nuxt 3 comes with built-in utilities to support session and authentication. We are working on a new official module. Meanwhile, we recommend: - [nuxt-auth-utils](https://github.com/Atinux/nuxt-auth-utils) for Nuxt...
(@gkatsanos via https://github.com/nuxt-contrib/consola/commit/7ed640f399ca98de2bf1cf5e686343cfb6e2704a#commitcomment-46574499) > I passed ` consola.setReporters([ new consola.FancyReporter({ compact: false }) ])` and I still see ```js data: { content: [ [Object], [Object], [Object], [Object], [Object], [Object], [Object],...
Ref: #80 > Fix a typing issue that causes this to throw a typing error on `consola.green`: ```js // @ts-check const consola = require('consola') consola.green('foo') ``` Workaround: ```ts // globals.d.ts...
- Use Proxy instead of creating closures for each log type. This allows using arbitrary log types and less overhead of tagged loggers and easier mocking - Find a way...
As suggested in #42 (Thanks to @pimlie), We may add better per-browser-specific favicon support for both Meta and Icon modules. This enhancement includes: - Checking [realFaviconGenerator.net](realFaviconGenerator.net) options and comparing with...
# Preface Nuxt project's goal is providing best PWA practices out-of-the box to users without need to complex project config and extra maintenance. Several attempts are already made to take...
Originally mentioned by @hecktarzuli (https://github.com/nuxt-community/google-optimize-module/pull/34#issuecomment-676496857) > I'm also toying with the idea of revamping the MVT support. Currently it's just 'sections:#' and weights but in practice I would find it...
- [ ] Rename references to `@nuxtjs/google-optimize` - [ ] Apply module template updates - [ ] Publish package - [ ] Deprecate `nuxt-google-optimize`
Hey! Congratulations on public notion API and awesome work on minimal and typed js SDK 💯 As of the current version, this package seems to only work with node.js, which...