aboutsummaryrefslogtreecommitdiffstats
path: root/sys/nixpkgs/pkgs/comments (unfollow)
Commit message (Collapse)Author
2024-05-09fix(sys/pkgs/comments): Don't require `sponsorblock_chapters`Benedikt Peetz
This field is not always available.
2024-05-09refactor(sys/pkgs/comments): Use better direnv api, instead of bare `.env` fileBenedikt Peetz
2024-05-09build(treewide): UpdateBenedikt Peetz
2024-05-09fix(treewide): `Upgrade` the Cargo.toml file before `updating` the Cargo.lockBenedikt Peetz
2024-05-04build(treewide): UpdateBenedikt Peetz
2024-03-30build(flake): UpdateSoispha
2024-03-23build(treewide): UpdateSoispha
2024-03-10build(treewide): UpdateSoispha
2024-02-24build(treewide): UpdateSoispha
2024-02-24build(flake): UpdateSoispha
2024-02-23build(flake): UpdateSoispha
2024-02-20build(treewide): UpdateSoispha
2024-02-12fix(sys/nixpkgs/pkgs/comments): Estimate filesize can be > an u32Soispha
2024-02-11fix(sys/nixpkgs/pkgs/comments): Allow unknown comment authorSoispha
2024-02-08build(treewide): UpdateSoispha
2024-02-07fix(sys/nixpkgs/pkgs/comments): Make `channel_is_verified` optionalSoispha
2024-02-03build(treewide): UpdateSoispha
2024-01-30fix(sys/nixpkgs/comments): Add missing fields to info_json parserSoispha
2024-01-30build(treewide): UpdateSoispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Export the package under the correct nameSoispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Reduce copied `expects`Soispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Append comments to the back of repliesSoispha
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).
2024-01-28fix(sys/nixpkgs/pkgs/comments): Wrap with correct `fmt`Soispha
2024-01-28fix(sys/nixpkgs/update_pkgs): Allow to hide expansive updates behind flagSoispha
2024-01-28build(treewide): UpdateSoispha
2024-01-28feat(sys/nixpkgs/pkgs/comments): InitSoispha
This rewrite of the `comments` script even provides nested comments