Stitch any CI into Tangled
2

Configure Feed

Select the types of activity you want to include in your feed.

known issues

author
Mitchell Hashimoto
date (May 1, 2026, 2:09 PM -0700) commit e005d98f parent 5e290271 change-id squoysom
+11
+11
KNOWN_ISSUES.md
··· 1 + # Known Issues 2 + 3 + A list of known issues we should address one day. 4 + 5 + * We don't disconnect from knots when they remove us as a spindle. 6 + This originates in an upstream issue (<https://tangled.org/tangled.org/core/pulls/1401>). 7 + The workaround right now is to periodically restart tack. 8 + 9 + * We never prune the events table. Realistically our load here is very 10 + small and is fully controlled by repos that add us as a spindle, 11 + but we should still consider it one day.