Artem Manchenkov

Results 19 issues of Artem Manchenkov

At the current moment changes merged into the Master branch could not trigger package version increment and it causes failed pipelines on Release tags created. Provide a mechanism to auto-update...

bug

To be able to use another factory from other packages or to be able to extend the current package without code changes in 3rd party code we should use Protocols...

enhancement

To be able to get the current path or schema name, we can consider passing somehow the whole path of a current Swagger node or other useful data.

enhancement

Optimize current package structure: - [ ] SOLID directory structure - [ ] Code coverage and new tests - [ ] Tiny code refactoring and optimization - [ ] Introduce...

documentation
enhancement

Since dataclasses have only immutable structure and could not be extended with different fields, we should turn slots parameter on. Example ```python from dataclasses import dataclasses @dataclass(slots=True) class Schema: ......

enhancement

**What is a problem?** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description...

enhancement

The documentation for the package was created on the GitBook platform with the Git sync feature. Still, it would be better to keep the files closer and leverage Nuxt Content...

enhancement

**Describe the bug** When we use `definePageMeta` function to provide configuration for `sanctum`, there are no autocompletion on available options. Related to https://github.com/nuxt/nuxt/issues/28224. **Additional context** Once Nuxt v3.13 is released,...

bug

### Environment - Operating System: `Darwin` - Node Version: `v22.5.1` - Nuxt Version: `3.12.4` - CLI Version: `3.12.0` - Nitro Version: `2.9.7` - Package Manager: `[email protected]` - Builder: `-` -...