Victor

Results 5 issues of Victor

### Environment ------------------------------ - Operating System: `Darwin` - Node Version: `v16.15.1` - Nuxt Version: `2.16.0-27616340.013f051b` - Package Manager: `[email protected]` - Builder: `webpack` - User Config: `ssr`, `app`, `alias`, `target`, `publicRuntimeConfig`,...

pending triage

### Environment - Operating System: `Linux` - Node Version: `v16.16.0` - Nuxt Version: `2.16.0-27616340.013f051b` - Package Manager: `[email protected]` - Builder: `webpack` - User Config: `app`, `bridge`, `alias`, `ssr`, `target`, `publicRuntimeConfig`,...

needs reproduction
pending triage

### Version nuxt: 2.14.7 nuxt-i18n: 6.15.3 nuxt.config.js ```js { buildModules: [ '@nuxt/typescript-build', '@nuxtjs/vuetify', ['nuxt-i18n', { lazy: true, langDir: 'lang/', defaultLocale: 'ru', locales: [ { code: 'ru', file: 'ru.ts' }, {...

bug 🐛
pinned 📌
v7

## Description This PR allow to add username to Redis connection. https://github.com/NoneGG/aredis/issues/223

## Checklist - Python version: 3.8.16 - Using hiredis or just Python parser: yes - Using uvloop or just asyncio event loop: yes - Does issue exists against the `master`...