Arc

Results 10 comments of Arc

> 有一个问题,在《深入理解typescript》这本书说到函数“返回值类型是协变的,而参数类型是逆变的”,怎么理解“返回值类型是协变的”? 举个例子 ```typescript let returnAnimal = ():Animal => { return animal; } let returnDog = ():Dog => { return dog; } ``` 因为 `Animal` 是 `Dog` 的父类型,并且 `returnAnimal =...

> Hi @Arichy Could you provide a repository? Here is my demo repo: https://github.com/Arichy/eslint-bug-report The way to reproduce is in `README.md`. Remember to save after each editing.

> I had a similar issue and I managed to fix it by adding `"baseUrl": "."` to my `tsconfig.json` (despite this option being deprecated: https://www.typescriptlang.org/tsconfig#baseUrl) But there are already `baseUrl...

> I installed madge globally, manually updated dependencies `dependency-tree` and `detective-typescript`, and seems it solves my task with tsconfig aliases What are the respective versions did you update to manually?

> I think the .json() call includes downloading the response body so maybe your connection is just slow? I'm not sure if the downloading process happens in `.get` or `.json`,...

Sorry, I made a mistake on the request cost. Actually it costed about 20s. I've tested the release build, and the result was between 37 and 56s, still much more...

Hi @ricardogobbosouza Here is the screen record, the probability of reproduce is about 70%. https://user-images.githubusercontent.com/29599723/217265820-15e5deed-325f-4c9e-81fb-50df58009467.mp4

> Version 18 causes a lot of issues with testing, have you tried v16? 14 would be not great from a security standpoint. I also don't see any maintainers on...

Same problem here and I found it was because react strict mode: https://react.dev/reference/react/StrictMode It would execute the effect twice which is not allowed for web worker. So you could try...

+1, 打开后一片空白, Tun Mode 也需要重新安装, 已回退到 2.4.2