about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2020-08-20 Revise previous opinions about absolute paths GT <bracket-notation>William Carroll11-21/+12
2020-08-20 Attempt nix-build instead of nixos-rebuild switchWilliam Carroll5-33/+17
2020-08-20 Prefer nixos-rebuild to the rebuild scriptWilliam Carroll1-4/+6
2020-08-20 Define buildkite-agent userWilliam Carroll1-0/+7
2020-08-20 Log all polkit actions to find action.id for nixos-rebuildWilliam Carroll1-0/+6
2020-08-20 Debug $USER in build-socrates.shWilliam Carroll1-1/+1
2020-08-20 Debug build-socrates.shWilliam Carroll1-1/+4
2020-08-20 Attempt to build Socrates using BuildKiteWilliam Carroll3-1/+9
2020-08-20 Set -Wall and cleanup warningsWilliam Carroll2-9/+11
2020-08-20 Create an assessment directoryWilliam Carroll10-0/+359
2020-08-20 List directories first in dired viewWilliam Carroll1-0/+1
2020-08-20 Restore shell.nixWilliam Carroll1-0/+10
2020-08-20 Drop support for wpc/find-fileWilliam Carroll2-9/+1
2020-08-20 Prefer direnv's use_nix to shell.nixWilliam Carroll2-10/+1
2020-08-20 Change GET /mimi to GET /helloWilliam Carroll1-4/+8
2020-08-20 Define the monoserver as a systemd serviceWilliam Carroll1-0/+10
2020-08-20 Add GET /mimi to zooWilliam Carroll1-1/+5
2020-08-20 Add host field for nginx JSON logsWilliam Carroll1-0/+1
2020-08-20 Remove logging prefix from Nginx logsWilliam Carroll1-9/+10
2020-08-20 Use journaldriver to view journald logs from SocratesWilliam Carroll1-0/+7
2020-08-20 Disabling the monzo-token-serverWilliam Carroll1-21/+19
2020-08-20 Forward zoo.wpcarro.dev connections to :8000William Carroll2-0/+8
2020-08-20 Move shift-time into top-level //zooWilliam Carroll5-23/+30
2020-08-20 Support parsing and shifting timeWilliam Carroll4-20/+130
2020-08-20 Support parsing second shiftsWilliam Carroll5-0/+125
2020-08-20 Support POST /create-payment-intentWilliam Carroll7-5/+118
2020-08-13 Prefer project.el to projectileWilliam Carroll2-1/+42
2020-08-13 Set Emacs current-project to ~/briefcaseWilliam Carroll1-1/+1
2020-08-13 Document ghcExtensions argumentWilliam Carroll1-3/+3
2020-08-12 Consume buildHaskell functionsWilliam Carroll3-57/+45
2020-08-12 Support buildHaskellWilliam Carroll2-9/+41
2020-08-12 Define alias for cd-ing to ~/briefcaseWilliam Carroll1-3/+13
2020-08-12 Prefer snake-shift instead of a row-by-row shiftWilliam Carroll5-37/+57
2020-08-12 Adds property tests to generically test keyboard transformationsWilliam Carroll1-1/+25
2020-08-12 Prefer literal, not computed, examples in the unit testsWilliam Carroll1-21/+19
2020-08-12 Provide more useful instructions for building this projectWilliam Carroll3-18/+67
2020-08-12 Generate coords function from existing qwerty keyboardWilliam Carroll1-44/+8
2020-08-10 Drop support for ServantT transformer type for serverWilliam Carroll3-16/+59
2020-08-09 Prefer ServantT for server to consume App contextWilliam Carroll2-24/+33
2020-08-09 Replace Prelude with RIOWilliam Carroll7-39/+95
2020-08-09 Move Haskell-related shell.nix code into its own shell.nixWilliam Carroll2-11/+19
2020-08-09 Sketch database schemaWilliam Carroll1-0/+41
2020-08-09 Initialize a default.nix for nix-buildWilliam Carroll1-0/+27
2020-08-09 Add common language extensions to .ghciWilliam Carroll6-9/+5
2020-08-08 Consume GoogleSignIn.validateJWTWilliam Carroll4-26/+60
2020-08-08 Add tests for "exp" field of the JWTWilliam Carroll4-13/+61
2020-08-08 Test that the JWT's iss field meets our expectationsWilliam Carroll3-9/+42
2020-08-08 Test that an improperly encoded JWT returns a DecodeErrorWilliam Carroll1-0/+3
2020-08-08 Tests valid and invalid JWTs for the "aud" fieldWilliam Carroll4-21/+87
2020-08-08 Update jwtIsValid API to return IO BoolWilliam Carroll2-6/+6