This repository has no description
207
50
31
Clone this repository
https://tangled.org/alice.pds.demo.boltless.dev/core
https://tangled.org/did:plc:6ctvkbpyb3dkpamrs5mabl7a
git@knot.demo.boltless.dev:alice.pds.demo.boltless.dev/core
git@knot.demo.boltless.dev:did:plc:6ctvkbpyb3dkpamrs5mabl7a
For self-hosted knots, clone URLs may differ based on your setup.
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.
also fix nix builds