about summary refs log tree commit diff stats
path: root/browse_slack/main.mu
Commit message (Collapse)AuthorAgeFilesLines
* slack: fix abort after loadKartik K. Agaram2021-08-101-1/+8
| | | | I forgot about the null bytes that come from loading sectors.
* slack: takes almost 3 minutes to load 55MBKartik K. Agaram2021-08-101-3/+5
| | | | | | | | | This is with KVM on a pretty fast Thinkpad. If I exclude images, 14MB takes 45s to load. There's also a bug in parsing at the moment; it aborts after loading all records.
* .Kartik K. Agaram2021-08-101-0/+71
|
* .Kartik K. Agaram2021-08-101-8/+41
|
* .Kartik K. Agaram2021-08-081-1/+3
|
* .Kartik K. Agaram2021-08-071-0/+83