about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/comments/src (follow)
Commit message (Collapse)AuthorAge
* fix(sys/nixpkgs/pkgs/comments): Estimate filesize can be > an u32Soispha2024-02-12
|
* fix(sys/nixpkgs/pkgs/comments): Allow unknown comment authorSoispha2024-02-11
|
* fix(sys/nixpkgs/pkgs/comments): Make `channel_is_verified` optionalSoispha2024-02-07
|
* fix(sys/nixpkgs/comments): Add missing fields to info_json parserSoispha2024-01-30
|
* fix(sys/nixpkgs/pkgs/comments): Reduce copied `expects`Soispha2024-01-28
|
* fix(sys/nixpkgs/pkgs/comments): Append comments to the back of repliesSoispha2024-01-28
| | | | | | This should fix an issue where the comment is appended to the wrong reply chain, when one person has commented twice. This builds on the assumption that comments are sorted by timestamp (which they are in this case).
* feat(sys/nixpkgs/pkgs/comments): InitSoispha2024-01-28
This rewrite of the `comments` script even provides nested comments