Pavel K.
Pavel K.
Steps to reproduce: 1. You need 2 images 2. Select the first one, zoom in and drag it out of center and leave it there 3. Select the second one,...
## Bug Report **Current Behavior** There's a mistake in docs in quirrel/docs/docs/getting-started/next-js.mdx **Input Code** Example for App Router (Next.js) Wrong import at line 92 https://github.com/quirrel-dev/quirrel/blob/v1.14.0/docs/docs/getting-started/next-js.mdx#L92 ```ts import { emailQueue }...
**Is your feature request related to a problem? Please describe.** Operation comment `@Param` description does not allow double quotes inside. And there's no way to escape double quotes. Example ```go...