blob: f0caf3198bb7121e0363ba26dc6d73cdb54665dd (
plain)
1
2
3
4
5
6
7
|
- Auto-loading of logs
- Timezone handling for old logs
- Implement calendar view
- Ensure the server doesn't crash and burn when you
`for i in (seq 1 1100); curl -s 'http://localhost:8000/log/fn-haskell?page='$i | head -1 &; end; wait`
- Reimplement mustache to drop aeson
- Reimplement HTTP server (or switch to a different one) to drop half the universe
|