Andrey Dolgorukiy

Results 20 issues of Andrey Dolgorukiy

**What version of `eslint` are you using?** 8.42.0 **What version of `prettier` are you using?** 3.0.0 **What version of `eslint-plugin-prettier` are you using?** 5.0.0 **Please paste any applicable config files...

Hello. Im building an interface where there's one list of items (lets call it main) with type of `{id: number, items: T[]}` and the other list (lets call it list)...

### Steps to reproduce 1. Open floating menu, it should open 2. Try opening it second time, it will close right after opening without any possibility to click it 3....

bug
cant reproduce

### Describe the bug Now, even with typescript: true in my components.json added components use .js extensions to reference $utils/ folder ### Reproduction Enable Typescript and add any component ###...

Now, generator outputs Generated for ID only if its a number. When using cuid or uuid in prisma's `@default`, it outputs string and requires it to be passed when creating...

**Is your feature request related to a problem? Please describe.** It is impossible to configure form's behavior dynamically. For example, when I want to validate on change only after submitting...

I'm using Arch Linux with Sway Wayland and latest version of Sioyek. When clicking on pdf link, nothing happens, and when I change the workspace, app crashes with the following...

When using [email protected] on importing I receive the following error: ![image](https://github.com/user-attachments/assets/93c9d570-e03b-4dad-8d18-1f2f9946d517) 3.23.7 works with no errors

Hey, its not working with slurp =( Im getting this: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ParseIntError { kind: InvalidDigit }', src/wayshot.rs:65:69 note: run with...

When using such options: ```ts const prettyCodeOptions: Options = { transformers: [transformerNotationDiff(), transformerNotationHighlight({})], getHighlighter: (options) => { return createHighlighter({ ...options, }); }, theme: { dark: "night-owl", light: "ayu-dark", }, };...