Zdorovtsev Viktor

Results 10 issues of Zdorovtsev Viktor

`const userSchema = mongoose.Schema({ movies_ids: Array })` When specifying the field as "Array", I get this error: ``` const arraySchema = Array.isArray(value) ? value[0] : value.type[0]; ^ TypeError: Cannot read...

If you use it as a plugin and launch the loader via `useLoader().show()`, page scrolling is not blocked. I'm guessing the watcher's `isActive` needs to be set to `immediate: true`....

Is it possible to generate a string with content instead of a file? I want to create a virtual module in vite and I need to get the content string...

How can I disable icon caching? I'm doing svg animation and I need hmr when changing an svg file. https://stackblitz.com/edit/nuxt-icon-playground-mjfbfn?file=assets%2Ficons%2Fnuxt-icon.svg Try changing the fill attribute of the svg file and...

question

### What happened? When using the `@reatom/eslint-config` package with eslint flat config, an unexpected syntax error occurs during the fix process. The error message is as follows: ```bash SyntaxError: Unexpected...

bug

hi! are there plans to support other frameworks? I made an approximate implementation of what it might look like, all that remains is to separate the npm packages for each...

tests are running correctly, but a warning appears in console. How can I fix this? ``` Warning: An update to TimerRoot inside a test was not wrapped in act(...). When...

Hi! When running `encore build docker`, Encore builds the image internally but doesn’t expose the Dockerfile. Is there a way to export or generate the exact Dockerfile used for the...

### Describe the feature Add support for jsdoc comments in the `genInterface` function to improve documentation of generated ts interfaces ```ts console.log(genInterface( 'User', { id: { type: 'string', jsdoc: 'Unique...

enhancement