RSS Parrot

BETA

🦜 Feed of "pzp"

@codeberg.org.pzp@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Your feed and you don't want it here? Just e-mail the birb.

Site URL: codeberg.org/pzp

Feed URL: codeberg.org/pzp.rss

Posts: 63

Followers: 1

Powersource commented on pull request pzp/pzp-db#7

Published: May 17, 2024 16:44

Try to start typechecking tests Also, it's nice that the test started working with the custom promisify but that's not a realistic to expect from developers. Maybe it's better to work on auto-promisifying itself if cb isn't…

Powersource commented on pull request pzp/pzp-db#7

Published: May 17, 2024 14:26

Try to start typechecking tests Promisify seems to work for some functions, that have simpler cb type definitions. But functions that define it like e.g. cb: CB<string> (most) fail because it doesn't understand that CB is a cb…

Powersource commented on issue pzp/zooboard#8

Published: May 16, 2024 12:14

Load people's usernames and display them in the sidebar This is weird though. In pzp-dict/lib/index.js load() if (loadedAccountID !== null) { // prettier-ignore cb(new Error(`Cannot load Dict for account "${accountID}"…

Powersource commented on issue pzp/zooboard#2

Published: May 15, 2024 17:39

Debug real time replication Replication seems like it's working a bit better now. The above tasks should still be done at some point (at least adding the test) but downprioritizing this now.

Powersource commented on issue pzp/zooboard#4

Published: May 15, 2024 17:35

Drawing only works sometimes (on the first attempt), after that you can only make dots Maybe worth reading this https://docs.excalidraw.com/docs/@excalidraw/excalidraw/api/props#onchange And also should try logging exactly what data we save to the db.…

Powersource commented on pull request pzp/pzp-net#2

Published: May 15, 2024 16:08

Fix broken start() ok a few things failing even when i revert this PR, so some existing flake. why did it appear now though? some dep change? just missed it before? it's only 2 stats.json tests which are…