Age | Commit message (Expand) | Author | Files | Lines |
2021-12-01 | r/3123 fix(web/tvl/blog): Include only published posts in listings & feed | Vincent Ambo | 2 | -1/+7 |
2021-12-01 | r/3122 refactor(web/tvl/blog): Update Tvix intro blog post | Vincent Ambo | 2 | -17/+24 |
2021-11-30 | r/3121 docs(CONTRIBUTING): Mention new subtree commit type | Vincent Ambo | 1 | -0/+1 |
2021-11-30 | r/3120 fix(web/tvl/blog): Fix link to embedded image | Vincent Ambo | 1 | -2/+2 |
2021-11-30 | r/3119 feat(web/tvl/blog): Write Tvix introduction blog post | Vincent Ambo | 4 | -4/+82 |
2021-11-30 | r/3118 fix(ops/www): Strip `.html` from TVL blog post URLs | Vincent Ambo | 1 | -0/+8 |
2021-11-30 | r/3117 chore(web): Correct URLs for assets & feeds on TVL blog | Vincent Ambo | 2 | -2/+5 |
2021-11-29 | r/3116 refactor(ops/pipelines): Query build status from Buildkite API | Vincent Ambo | 2 | -8/+21 |
2021-11-29 | r/3115 refactor(gs/emacs): Switch to doom's built-in fuzzy ivy | Griffin Smith | 2 | -5/+5 |
2021-11-29 | r/3114 feat(gs/home): Add shell alias for graphvizzing | Griffin Smith | 1 | -0/+4 |
2021-11-29 | r/3113 feat(gs/system): Install dev man pages | Griffin Smith | 1 | -0/+5 |
2021-11-29 | r/3112 fix(third_party/nix-diff): use version which handles non-utf8 drvs | Profpatsch | 1 | -2/+10 |
2021-11-29 | r/3111 chore(ops/users): Update password hash for asmundo | Vincent Ambo | 1 | -1/+1 |
2021-11-29 | r/3110 chore(tazjin/russian): Reduce timer interval to 4 seconds | Vincent Ambo | 1 | -1/+1 |
2021-11-29 | r/3109 feat(tazjin/russian): Function to look up last word in Wiktionary | Vincent Ambo | 1 | -0/+7 |
2021-11-29 | r/3108 feat(tazjin/russian): Exclude known words from random display | Vincent Ambo | 1 | -1/+29 |
2021-11-29 | r/3107 feat(tazjin/russian): Remember the last displayed word | Vincent Ambo | 1 | -1/+3 |
2021-11-29 | r/3106 feat(ops/users): Add user asmundo | asmundo | 1 | -0/+5 |
2021-11-29 | r/3105 refactor(besadii): Rename refUpdated -> buildTrigger | Vincent Ambo | 1 | -34/+40 |
2021-11-28 | r/3104 feat(tazjin/russian): Echo Russian words when Emacs is idle | Vincent Ambo | 2 | -6/+30 |
2021-11-28 | r/3103 feat(tazjin/russian): Add macro to populate word table | Vincent Ambo | 2 | -1/+72 |
2021-11-28 | r/3102 fix(ops/besadii): Trim whitespace of auth tokens | Vincent Ambo | 1 | -4/+7 |
2021-11-27 | r/3101 chore(tazjin/tverskoy): Minor config cleanups | Vincent Ambo | 1 | -2/+5 |
2021-11-27 | r/3100 fix(tazjin/tverskoy): Persist Zoxide state between reboots | Vincent Ambo | 1 | -0/+8 |
2021-11-25 | r/3099 feat(gs/xanthous): Creatures drop their items when they die | Griffin Smith | 3 | -4/+24 |
2021-11-25 | r/3098 feat(gs/xanthous): Creatures use their weapons to attack | Griffin Smith | 5 | -11/+50 |
2021-11-25 | r/3097 feat(gs/xanthous): Allow generating creatures with items | Griffin Smith | 11 | -96/+163 |
2021-11-25 | r/3096 fix(3p/overlays): Avoid cache-busting EXWM on every commit | Vincent Ambo | 1 | -1/+1 |
2021-11-25 | r/3095 chore(3p): bump NixOS channels to 2021-11-24 | sterni | 2 | -16/+11 |
2021-11-25 | r/3094 feat(sterni/nix/utf8): check if codepoint valid/encodeable | sterni | 2 | -4/+42 |
2021-11-25 | r/3093 fix(nix/runTestsuite): don't crash on big test suites | sterni | 1 | -8/+9 |
2021-11-25 | r/3092 refactor(sterni/nix/utf8): let wellFormedByte check first byte | sterni | 1 | -17/+14 |
2021-11-25 | r/3091 feat(sterni/nix/utf8): implement UTF-8 encoding | sterni | 2 | -2/+83 |
2021-11-25 | r/3090 chore(sterni/nix/utf8): remove decodeSafe | sterni | 1 | -14/+0 |
2021-11-24 | r/3089 feat(tazjin/tverskoy): Install some more frequently used tools | Vincent Ambo | 1 | -0/+6 |
2021-11-23 | r/3088 refactor(readTree): Move 'drvTargets' into readTree | Vincent Ambo | 19 | -40/+34 |
2021-11-23 | r/3087 refactor(readTree): Move 'gather' into readTree itself | Vincent Ambo | 2 | -26/+35 |
2021-11-23 | r/3086 feat(sterni/nix/utf8): allow decoding the empty string | sterni | 2 | -3/+3 |
2021-11-23 | r/3085 refactor(sterni/nix/utf8): use genericClosure for decoding iteration | sterni | 1 | -23/+46 |
2021-11-23 | r/3084 refactor(readTree): Move copy of 'fix' into readTree | Vincent Ambo | 2 | -5/+8 |
2021-11-23 | r/3083 fix(3p/overlays): Downgrade Nix to stable version for nix-serve | Vincent Ambo | 1 | -0/+4 |
2021-11-23 | r/3082 refactor(readTree): Move 'restrictFolder' function into readTree | Vincent Ambo | 2 | -26/+37 |
2021-11-22 | r/3081 refactor(gs/xanthous): Break out inventory into a common module | Griffin Smith | 8 | -247/+293 |
2021-11-22 | r/3080 refactor(gs/xanthous): Define local field lens aliases in AI | Griffin Smith | 1 | -8/+13 |
2021-11-22 | r/3079 fix(3p/overlays): Rollback Nix to 2.3 depot-wide | Vincent Ambo | 1 | -0/+4 |
2021-11-21 | r/3078 fix(ops/restic): Move whitby's backup to GleSYS object storage | Vincent Ambo | 2 | -13/+17 |
2021-11-20 | r/3077 fix(gs/xanthous): Check for reaching destination in AI | Griffin Smith | 1 | -0/+1 |
2021-11-20 | r/3076 chore(gs/emacs): Update org<->jira state mapping | Griffin Smith | 1 | -2/+2 |
2021-11-20 | r/3075 feat(tvl.el): Add magit-gerrit-checkout command | Griffin Smith | 1 | -1/+57 |
2021-11-19 | r/3074 chore(3p): bump NixOS channels to 2021-11-16 | sterni | 1 | -6/+6 |