Paul Gschwendtner
Paul Gschwendtner
Updates the tsickle version in the repository and accounts for its changes in the `compiler-cli` package. Tsickle made a breaking change in the minor version segment bump that would break...
# bug report ### Affected Package zone.js ### Is this a regression? Yes, but super back in the past! It broke with v0.6.24. ### Description ZoneJS has this super old...
If someone uses the `SchematicTestRunner` and runs a schematic that schedules specific tasks using the `context.addTask` method, those tasks cannot be run in the tests. I figured that there is...
Since the `TSLintFixTask` can take a lot of time (e.g. if used to apply source code transformations for `ng-update`), it would be nice to have a progress indicator that shows...
This is a tracking issue which should open the discussion for expanding the maximum header length to something greater which allows for more comprehensive commit headers. The current limit seems...
Note to self: consider closing #1177 when this is merged, if it does indeed apply to worker threads -- @cspotcode --- Fixes ESM child process forking. Info on the solution...
## Changes PRs created in forked renovate mode will no longer allow edits from maintainers. ## Context If a maintainer pushes changes to a fork renovate PR, the branch will...
Port of @alxhub's fix that only was pushed to the `signals` branch. --- Previously, the template pipeline save/restore view logic only added the save/restore operation in listeners inside embedded views....
If `InputSignal` is computed once, it will never re-compute unless the actual user computation changes. This may not be the case when: - the input signal is only ever changing...