Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ OpenCollective:
- Run this code in devtools:
```js
$$("table tbody tr")
.map(tr => [...tr.cells].slice(2,4).map(td => td.innerText))
.map(tr => [...tr.cells][2].innerText.split("\n"))
.map(([amount, period]) => [amount.match(/[$](\S+)/)[1].replace(/[.,]/g, ""), period])
.map(([cents, period]) => cents / {monthly:1,yearly:12}[period])
.map(([cents, period]) => cents / {Monthly:1,Yearly:12}[period])
.reduce((result, cents) => result + cents, 0)
```
- The result is USD cents/month
Expand Down
164 changes: 164 additions & 0 deletions _posts/2025-06-03-this-month-in-servo.md

Large diffs are not rendered by default.

Binary file added assets/img/blog/2025-06-servo-decoration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/2025-06-servo-gif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/2025-06-servo-highlight.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/2025-06-servo-input.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/2025-06-servo-svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.