Paul Gschwendtner
Paul Gschwendtner
This would greatly improve code-health in components. Currently lots of targets depend on transitive dependenices, making refactorings pretty painful. It's also easy to regress with deps due to no strict...
Most integration tests in FW run outside Sandbox and without RBE due to the payload tracking script not being compatible. We should leverage RBE and sandboxing..
The ConcatJS devserver in rules_nodejs seems to not work with with M1 Apple, neither does it work with Windows anymore. The Windows breakage seems to have started with recent runfile...
Currently it is unclear what should be used to merge staging pull requests. We should just let the release tool merge the PR as it knows exactly where the PR...
The merge tool will currently check out other branches, such as patch, LTS etc. For that the node versions could be different and breaking. This currently results in some inconvenient...
Similar to what we enforce for the publish tool we should have a check for the merge tool because: * The caretaker might run on an outdated local version *...
Most of the time, people create a pull request and forget about approving/updating the API golden files. This is commonly seen on community PRs because creating a merge-ready PR involves...
If a sass compilation fails within a worker process, the failure is not reported back through the the worker protocol. This is because the asynchronous call to `sass.run_` is not...