Paul Gschwendtner
Paul Gschwendtner
Now blocked on a change in `rules_nodejs` because the external `ts_library` and internal one have diverged too much. Definitely time to work on alternatives here as the internal one keeps...
The `rules_nodejs` change is now available since Sunday: https://github.com/bazelbuild/rules_nodejs/commit/78a05281075c50ee31658bc48dd852e35b973496
Blocking on #46976 which should land first.
@AndrewKushnir Yes, I created a PR for this: #46611 (Edit: we responded at the same time 😛 -- no delay!)
I don't think our CDK package does anything surprising here. At first glance it seems like the CLI concludes `v14.0.0-next` as proper version to satisfy our peer dependency requirement which...
Totally agree. Thanks for adding that!
Thank you very much. This seems to be a bug of `flex-layout`. As a workaround you could use `fxFlex="auto"` on the parent element of the slide-toggle elements.
cc. @cspotcode. I'm super open to not always go to the child entry-point (when e.g. ESM is not enabled), but I believe this is worth considering as it just makes...
@cspotcode Yeah, it's trivial to just jump into the final phase in-memory (from the same process). Good points you raised there. I will make this change and rebase the PR....
@cspotcode Thanks for looking. Sounds good. I will not squash the fixup commits (just a habit of other repos). Regarding `--cwd`. It's low-effort to keep it working as part of...