forked from
tangled.org/core
this repo has no description
Go
74.8%
HTML
20.8%
Nix
2.2%
CSS
1.7%
JavaScript
0.3%
Shell
0.2%
Other
0.1%
212
305
25
Clone this repository
https://tangled.org/tjh.dev/core
https://tangled.org/did:plc:65gha4t3avpfpzmvpbwovss7/core
git@knot.tjh.dev:tjh.dev/core
git@knot.tjh.dev:did:plc:65gha4t3avpfpzmvpbwovss7/core
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
I'm bfg'ing this.
Custom lexicon for issues, issue state (open, closed) and issue comments.
The case with issue_at is a bit weird since we have a circular
dependency: the issue record requires the issue_id, and the issue entry
in the db requires the issue_at.
To resolve this we write to the db without the issue_at, fetch the
issue_id, create the issue record on the PDS, and then update the
issue_at (with SetIssueAt). It's not great, but whatever.