Skip to content

Commit 7b3bd9a

Browse files
jdmdelan
andauthored
This Month in Servo (may 2025) (#238)
* Initial commit list. * Use correct commits. * No dependabot. * Triage. * Finish triaging commits. Signed-off-by: Josh Matthews <[email protected]> * Start writing up big features. Signed-off-by: Josh Matthews <[email protected]> * Add missing images. * Fix date. * More writing. * More emphasis.: * More writeup. * Copyediting. * Finish writing up commits. * Add missing attribution. * Add screenshot TODO. * Split up a paragraph. * Split another paragraph. * Copyediting. * Write about donations * Copyediting, media, and outreachy section. * Copyediting. * Spacing. * More media. * Use webp for animation. * Use img element instead of video. * Linkify. * Update metadata. * Fix outreachy wording. * Fix link. * Upgrade headings * Improve figure crops * Copyediting * Copyediting * Title, summary, and date --------- Signed-off-by: Josh Matthews <[email protected]> Co-authored-by: Delan Azabani <[email protected]>
1 parent 214f3c7 commit 7b3bd9a

File tree

7 files changed

+166
-2
lines changed

7 files changed

+166
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ OpenCollective:
285285
- Run this code in devtools:
286286
```js
287287
$$("table tbody tr")
288-
.map(tr => [...tr.cells].slice(2,4).map(td => td.innerText))
288+
.map(tr => [...tr.cells][2].innerText.split("\n"))
289289
.map(([amount, period]) => [amount.match(/[$](\S+)/)[1].replace(/[.,]/g, ""), period])
290-
.map(([cents, period]) => cents / {monthly:1,yearly:12}[period])
290+
.map(([cents, period]) => cents / {Monthly:1,Yearly:12}[period])
291291
.reduce((result, cents) => result + cents, 0)
292292
```
293293
- The result is USD cents/month

_posts/2025-06-03-this-month-in-servo.md

Lines changed: 164 additions & 0 deletions
Large diffs are not rendered by default.
129 KB
Loading
1.44 MB
Loading
162 KB
Loading
25.9 KB
Loading
696 KB
Loading

0 commit comments

Comments
 (0)