Ruslan Tiutin

Results 10 comments of Ruslan Tiutin

I want simple relations, between bbox, but this bbox are made in different images (documents)

> Okay, I found the cause of all the problems. It seems to be TSDX 0.14.1, which can cause some weird issues with TypeScript error check because it doesn't support...

i installed v6.5.15 but i got the same error

I got around this problem by wrapping the transition state in a hook, I couldn't find any examples of how to get around this, maybe it's worth recording this somewhere...

For some reason my `tsr.config.json` file was not correctly defining the relative path, I just deleted the file and passed the path to the plugin wrapping it in the path...

fails the following test:: ```ts Expect, Expect, ``` more correct: ```ts type Includes = T extends [infer First, ...infer Last] ? Equal extends true ? true : Includes : false...

can i change font size yet? I can't find button, this question about current functionality, answer please. Thx

what means `F&string` can you explain please? Is it equal `A extends string ? A : never`

I renamed the file from `http-client.ts` to `api.d.ts` and the error disappeared