Adrian RC
Adrian RC
I was searching for documentation for the Component class, and ran into several broken links. From this page: https://angulardart.dev/api, clicking on any of those libraries, returns a 404. Removing the...
The bazel web testing rules package provides versioned browsers for testing, which should be easier for us to update/maintain than using additional rules to define our own browser. The one...
The previous version is deprecated, as announced in [action/runner/images/issues/13046](https://github.com/actions/runner-images/issues/13046), and the workflow started to fail.
All our nightly release runs print the message `Using read-only cache (no credentials)` when it should be using the secret to use the cache build in [this step of the...
As a way to "officially" state that we support python 3.13, this PR does a few things: - Updates CI workflow to run with two versions of python, matching the...