Github Actions dependabot update and dependency graph jobs became super slow for Go recently, and there is an easy fix.
We moved from the x/net/http2 + h2c packages to native net/http in Go 1.24.
We use Tiptap in ClarityBoss with a Go backend, using a Node sidecar for rendering and parsing.

A second installment of open source contributions from the Entalas team.
Part 2 of RxDB at ClarityBoss, covering our Go implementation of the replication protocol and lessons from running it in production.
How we use RxDB as our primary local data layer, model collections, and make it ergonomic in Vue.

ClarityBoss is built on a lot of open source software. We've made several upstream contributions and fixes.