Eskild Diderichsen
Eskild Diderichsen
found this in the change log for Angular 15 > TypeScript versions older than 4.8.2 are no longer supported. So TypeScript 4.8+ support will quickly become very important
I got it working with a headless chromium so now it can also run JS/TS tests 🚀 I also setup a running petstore. But it doesn't seem that anything is...
Gitpod is probably looking into `devcontianer.json` support - https://github.com/gitpod-io/gitpod/issues/7721 Then users can spin up containers where ever they please :)
> What I like better in Gitpod is that it also works with local IDEs, i. e. VSCode Desktop or any IDE based on IntelliJ IDEA: https://www.gitpod.io/docs/references/ides-and-editors/intellij Github Codespaces support...
@Nosfistis as explained in https://github.com/NG-ZORRO/ng-zorro-antd/issues/4744#issuecomment-688710484 the parameter object (NzUploadFile) doesn't have any of the properties relevant to NzUploadFile set. They're all `undefined`. So it's not just a matter of extending.
It's not so much the declaration of the definition I'm worried about. UMD support is great. But it doesn't change how to add or alter already defined definitions - at...
This seems to be related to https://github.com/dependabot/dependabot-core/issues/317
@NetanelBasal have you had some time to look at this? Can I help somehow?
I updated it with master (at the time) and fixed the remaining linting rules (and relaxed them a bit) The changes shouldn't change any business rules and only be formatting/flavor...
This is rather unfortunate. I encountered this using `[email protected]` and `[email protected]` by executing `rimraf *.tsbuildinfo` which would fail with > No matches found: "*.tsbuildinfo" Even with the `|| true` workaround...