Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-11 | Add 'tag' index page and navbar | Ben Sima | |
2020-05-11 | Add 'web port' argument, and some more page/templating | Ben Sima | |
2020-05-11 | Add dict library | Ben Sima | |
2020-05-10 | web server is working | Ben Sima | |
2020-05-09 | Add get-tags function | Ben Sima | |
2020-05-09 | Index titles | Ben Sima | |
Also don't overwrite srfi-1 stuff, and added an re module. | |||
2020-05-09 | Remove my nil thing | Ben Sima | |
2020-05-09 | Add cat-node, and a bit of refactoring | Ben Sima | |
2020-05-09 | Init z | Ben Sima | |
2020-05-09 | Add proper replace | Ben Sima | |
- replace was actually replace-char - backported string-replace-substring because it's only in Guile 3 | |||
2020-05-09 | Add member? and contains? | Ben Sima | |
2020-05-06 | Fix /. macro and import | Ben Sima | |
2020-05-06 | Add the initial library of styles | Ben Sima | |
2020-05-04 | Scheme hacking | Ben Sima | |
2020-05-02 | Clojure-inspired scheme macros | Ben Sima | |
2020-05-02 | Auto-overlay niv sources | Ben Sima | |
This is somewhat experimental, the idea is automatically set the sources from my niv pinned deps. It seems to work, so I'll keep at it and see if I can improve it as issues come up. | |||
2020-04-30 | Add deps script | Ben Sima | |
2020-04-28 | Reduce build cores, again | Ben Sima | |
2020-04-28 | Fix pwd | Ben Sima | |
2020-04-28 | Add guile load path back | Ben Sima | |
This works, I tested it. | |||
2020-04-26 | don't lol | Ben Sima | |
2020-04-26 | Add hlint config | Ben Sima | |
2020-04-26 | Lint files explicitly | Ben Sima | |
2020-04-22 | Move haskell source overrides into niv | Ben Sima | |
2020-04-21 | Auto-haddock in ghci | Ben Sima | |
2020-04-21 | Add swap to que-prod | Ben Sima | |
2020-04-21 | lint 'lint' and make it only run on changed files | Ben Sima | |
It was getting annoying how long it would take to run. | |||
2020-04-21 | Prevent empty channels from being created by mistake | Ben Sima | |
2020-04-20 | Remove a todo | Ben Sima | |
GHC and GHCJS use different Http.Error types, so a WebData type doesn't make any sense. | |||
2020-04-19 | Add swap to my cloud server | Ben Sima | |
2020-04-19 | Remove some comments | Ben Sima | |
2020-04-19 | Add vim to base packages | Ben Sima | |
2020-04-19 | Rename some Haskell nix files | Ben Sima | |
2020-04-19 | Fix typo | Ben Sima | |
2020-04-19 | Separate haskell from other packages | Ben Sima | |
2020-04-19 | Remove old vpn thing | Ben Sima | |
2020-04-19 | Unify dev packages and base packages | Ben Sima | |
2020-04-19 | Switch to niv for managing third party sources | Ben Sima | |
2020-04-19 | Disable tags command | Ben Sima | |
This doesn't really work. I need to figure out a better way to generate tags. Maybe I can add something to the nix shellHook? | |||
2020-04-19 | Basic use of nix-shell with direnv/lorri | Ben Sima | |
2020-04-19 | Fix machine hostnames | Ben Sima | |
Bash prompts don't show anything beyond the first '.', so this makes them readable | |||
2020-04-18 | Fallback to default config on startup | Ben Sima | |
2020-04-18 | Allow '-' in quepaths and namespaces | Ben Sima | |
2020-04-15 | Use python format strings for args.then | Ben Sima | |
2020-04-15 | Add logging, retry decorator, and a few refactors | Ben Sima | |
This seems to be working all the way through. | |||
2020-04-15 | Don't mult and tap when streaming a que | Ben Sima | |
This removes the multi style, but that was buggy. I think messages were being lost when consumers detached and mult channels disappeared, or something. I'll need to reimplement muilti style properly, with tests. | |||
2020-04-15 | Add some deps for haskell testing | Ben Sima | |
2020-04-15 | Lint fixes, also delete Biz.Language | Ben Sima | |
2020-04-15 | Add lint script | Ben Sima | |
2020-04-15 | Rename and rewrite push-all to turnkey | Ben Sima | |
This script will eventually do all of the testing and linting and such as well. |