pullrequests Search Results · language:Edge language:Python language:JavaScript language:Python language:JavaScript
Filter by
151M results
Consolidates what remains of PRs #77 and #78, both of which are now superseded and closed:
- #77 defaulted push_data.sh to reese@hellowoco.app. Michael has since asked for no specific user at all — ...
Stacked on #641. Part of splitting #599 (parallelize + retry + unify oras/soci into imagetools) into smaller,
independently-reviewable pieces.
What why
Retry-with-backoff for transient registry errors ...
Summary
- Fixed the root cause of duplicated/overlapping headline text on the homepage hero and article pages: the generated
card SVG (src/card.js) was drawing the headline directly onto the image ...
Auto-generated syntax fix by DevMend.
Fix plan: In app/processor.py, replace the single line
if m := re.match(r \(\w\+)=(\d\+) , line):
with two lines:
m = re.match(r \(\w\+)=(\d\+) , line)
if m:
...
Root Cause
The transform task raised a KeyError due to an attempt to access the key rowz in the data dictionary, which contains
rows. This occurred in the fail_transform function.
Relevant Traceback ...
Bumps js-yaml from 4.3.0 to 5.2.1. details summary Changelog /summary p em Sourced from a href=
https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md js-yaml s changelog /a . /em /p blockquote h2 ...
dependencies
📦 dependencies
javascript
Bumps sharp from 0.33.5 to 0.35.3. details summary Release notes /summary p em Sourced from a href=
https://github.com/lovell/sharp/releases sharp s releases /a . /em /p blockquote h2 v0.35.3 /h2 ul li ...