Ryan Culp
Ryan Culp
I can. I don't think it will take that long to fix but I probably won't be able to work on it till this weekend.
Issue with Jest preventing tests from running.
@timdeschryver The codespace container is failing to build for me (error below). So seems I can't create a PR at the moment or run the tests. As far as I...
I would like this to also create a Sonar issue on abort, that way you can tell if the analysis was aborted without needing to look at the logs. Right...
Since you are using GitHub hosted actions to publish, I would also recommend updating your npm + publish workflow for [Trusted Publishing](https://docs.npmjs.com/trusted-publishers#for-github-actions) (Note: The For Github Actions and provenance sections)....
Before reopening this, should decide how this rule should handle "strictNullChecks". When false, simple assignability says `string | undefined` is redundant, but when compiling the `| undefined` still gets emitted,...
In that case it may be better to just update the rule description with a note that if you are using `strictNullChecks: false`, `null` and `undefined` will always be redundant,...
@lane-formio Angular Itself is guaranteed to be backwards compatible for at least 2 versions. So as long as no deprecated APIs are used, That means that what is compiled using...