Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2020-04-15 | Get $where from the bilt derivation data | Ben Sima | |
This will only work on OS'es, but I think that's fine because that's the only thing I deploy. | |||
2020-04-15 | Reformatting | Ben Sima | |
Now I'm using ormolu instead of brittany for Haskell formatting now. Figured I should just make all of these big changes at once. | |||
2020-04-15 | Re-namespacing | Ben Sima | |
Moving away from the DNS-driven namespacing toward more condensed names, mostly because I don't like typing so much. | |||
2020-04-13 | Add capability library | Ben Sima | |
2020-04-12 | Refactor biz.nix to dry up code | Ben Sima | |
2020-04-12 | Remove duplicate dep | Ben Sima | |
2020-04-12 | Add some links | Ben Sima | |
2020-04-12 | Rename Quedata to Message | Ben Sima | |
2020-04-12 | Move Com.Simatime.Go to Control.Concurrent.Go | Ben Sima | |
2020-04-12 | De-namespace Alpha | Ben Sima | |
A bunch of formatting changes got in there too. Oops. I will probably eventually de-namespace everything, mostly because I'm tired of typing "Com.Whatever.Thing" all the time. A better namespacing strategy might be to use normal Haskell namespacing (Data, Control, Network, etc) for code that is not specific to biz activities (i.e. if I could open-source it at any time), and use simply "Biz" for stuff that I would never want to open-source. | |||
2020-04-12 | Relax indent setting in editorconfig | Ben Sima | |
2020-04-12 | Autodecode incoming data | Ben Sima | |
It's an attempt. Perhaps this will change over time. | |||
2020-04-11 | Fix bad reference | Ben Sima | |
2020-04-11 | Update index.md | Ben Sima | |
2020-04-11 | Fix fonts: remove --self-contained from pandoc | Ben Sima | |
With --self-contained pandoc will embed the entire font in the HTML, which is just too much. Instead let's link it, but we have to tread the style.css as an HTML file in order to do so. | |||
2020-04-11 | Slightly better auth handling | Ben Sima | |
2020-04-11 | Switch website to Adobe Source fonts | Ben Sima | |
2020-04-11 | Deploy que-website to Run.Que.Prod | Ben Sima | |
2020-04-11 | Add some generally-useful packages | Ben Sima | |
From http://dev.stephendiehl.com/hask/#what-should-be-in-prelude, which seems reasonable. Also removed 'safe' because I'm not using it. | |||
2020-04-11 | Loop que-website threads independently | Ben Sima | |
2020-04-11 | Bound ques to 1 element | Ben Sima | |
Also *really* block on writes. | |||
2020-04-11 | Retry after disconnect | Ben Sima | |
I think this will only retry once... would be nice to have some kind of backoff... oh well. | |||
2020-04-11 | Add channel size to json serialization | Ben Sima | |
2020-04-11 | Fix a bug in que --serve | Ben Sima | |
2020-04-11 | Make Quepath just a single Text | Ben Sima | |
Prevents nested lists in the app state. | |||
2020-04-11 | Add auth header to que client | Ben Sima | |
2020-04-11 | Make push work from anywhere | Ben Sima | |
2020-04-11 | Switch que-server to envy | Ben Sima | |
2020-04-10 | Replace Config/Init/Logger with envy and simpler code | Ben Sima | |
Idk what I was thinking, I dodn't need any of that stuff. | |||
2020-04-10 | Deploy herocomics.app production server | Ben Sima | |
This also includes some drive-by formatting changes and config changes needed to get it up and running. | |||
2020-04-10 | Remove unnecessary blaze deps | Ben Sima | |
I prefer lucid anyway | |||
2020-04-10 | Get the ghcjs build working | Ben Sima | |
2020-04-08 | Refactor client, fixing some bugs | Ben Sima | |
2020-04-08 | Set python indent to 4 | Ben Sima | |
2020-04-08 | Fix push-all script | Ben Sima | |
2020-04-08 | Finish the request after guarding | Ben Sima | |
This prevents and further code from being executed. I think this was happening so posted messages were still going on the que even though I said they weren't. I really need some tests. | |||
2020-04-08 | Return the app state as a simple dashboard | Ben Sima | |
2020-04-07 | Add user agent header to que client | Ben Sima | |
2020-04-06 | Add tmux in addition to wemux | Ben Sima | |
2020-04-05 | Deploy que.run without nginx | Ben Sima | |
I still have to reimplement the SSL stuff but in the Haskell code. That seems kinda hard or at least requires research that I don't wanna do right now. | |||
2020-04-04 | Remove some empty space | Ben Sima | |
2020-04-04 | Remove some TODOs | Ben Sima | |
I stored them in my org files. | |||
2020-04-04 | Attempt to fix ipv6 | Ben Sima | |
Not sure if this worked. Hopefully it didn't break anything in the meantime. | |||
2020-04-04 | Fix jellyfin | Ben Sima | |
Apparently it needs the user to be jellyfin. Idk. | |||
2020-04-04 | Get prod up and running again | Ben Sima | |
Hopefully this will be the last time I need to do this! |