MirKml

Results 35 comments of MirKml

According trace for info command, problem is with node-fetch package with its whatwg-url dep. Lerna has pretty old node-fetch - 2.6.7 as dep. Latest 3.x doesn't use old whatwg package...

Hm seems that node-fetch 3.x is ESM only package, that is serious trouble for lerna I think. I see that lerna support node >= 18, so we can drop node-fetch...

I tried, but it's complicated for me, I'm confused about all nx stuff for build, test. And even remove node-fetch isn't enough. I found that there are also old @octokit...

Hello, we migrated into another monorepo setup with applications inside and drop Lerna for packages build, publish. So I cannot verify. But I found changes in node - https://github.com/nodejs/node/commit/fa49f0f7d540a257a4eff0ff5f488f3baea985ff which...

Guys, can you explain me status of projectService usability in vscode and CLI? I think there are 2 major user groups for eslint and typescript-eslint - developers who use typescript-eslint...

Thanks Joshua for the exhaustive answer. When `projectService` is more broken then `project` in IDE now, we stay with `project` and wait for better stability. At least same as `project`....

Thank you Joshua for update and doing the best you can 💚. We'll update typescript-eslint and switch to `projectService` soon.

Confirmed - only markdown with full url works. In development mode `![image](http://localhost:1313/images/test.png)` works but `![image](/images/test.png)` doesn't work. It's serious problem I think. No html `` tag is rendered at all....

@cederstrom No, I think for fixing it's necessary to have good C# .NET knowledge and some understanding of nswag internals. And I haven't.