Daymon
Daymon
### What version of `astro` are you using? 1.0.0-rc.3 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...
Something of the likes of _[axios-rate-limit](https://github.com/aishek/axios-rate-limit)_ that conforms to the 1rps sending & 5rps retrieval API limits of mux could be a great addition.
In an effort to make the DackkaPlugin tasks all cache compliant (per [b/243833009](https://b.corp.google.com/issues/243833009)), the only remaining task that was not already cache complaint was FiresiteTransform. This PR fixes that. More...
Per [b/324410387](https://b.corp.google.com/issues/324410387), This implements a new property on `FirebaseLibrary` for toggling the generation of release notes. Previously, we were using the presence of Javadocs to determine this- as libraries without...
## ⚠️ Is your feature request related to a problem? Please describe `ktfmtCheck` binds to `check` as a dependency- causing build failures if things are not formatted correctly. ## 💡...
When a Slider has a `length` property that is longer than the actual curve length, the Slider will extend its curve according to the following rules: > For bézier, catmull,...
Per [b/330913643](https://b.corp.google.com/issues/330913643), This adds support for the new `FileDataPart` in vertex. This includes builder support, conversion support, etc.,
Per [b/326629027](https://b.corp.google.com/issues/326629027), This adds a transformation in our release notes to separate brackets from their content if they're not wrapping a link. This is to avoid propagating the content to...
Per [b/338407806](https://b.corp.google.com/issues/338407806), This fixes the issues with the health metrics action failing. It seemed to stem from a bunch of outdated dependencies in the health metrics sub projects.