reslear
reslear
this is line: https://github.com/Natashkinsasha/jwt-redis-v2/blob/b51cbdbcf620d397028eb06c850827b2ac6f0d5e/src/Redis.ts#L15 regress support `ioredis` https://github.com/redis/node-redis/issues/2085
workflow like: https://github.com/reslear/vue-strapi-blocks-renderer-demo/blob/main/.github/workflows/nuxtjs.yml
like web3modal or RainbowKit
**Problem description** Every time I do not understand which of them is "ours" and "theirs" **Preferred solution** It would be more informative to add a branch name, for example. ![Screenshot...
closes #5028 closes #5045
Add options for generate a username based an existing name (firstName, lastName) using `generateUsername` options (separator, number of random digits, maximum length) for example: ```ts const result = firstName +...
for example: `images: ['public/icon-only.svg']` generate all images to `public` directory ok, but is source files in `images: ['assets/icon-only.svg']` all images generate to `assets` not `public`
for example we have: `images: ['assets/icon-only.svg']` with glob: `images: [...fg.sync(['assets/icon-only.*']) ]` integrated: `images: ['assets/icon-only.*']` also we resolve dynamic extension issue like: `images: ['assets/icon-only.(svg|png|jpg)']`