Tucker McKnight <tucker@pangolin.lan> | Sun Jan 25 2026
Add todo about removing lodash
48 49 50 51 52
posts when browsing the code.
- [ ] Better file display if syntax highlighting plugin is not available
- Seems to print out all on one line right now.
### Completed
48 49 50 51 52 53 54
posts when browsing the code.
- [ ] Better file display if syntax highlighting plugin is not available
- Seems to print out all on one line right now.
- [ ] get rid of lodash
- lodash is one of the larger (largest?) dependencies right now. With mithril auto-escaping strings, it might not be necessary anymore. Look into which things actually need to be escaped (e.g. any user-input from commit messages) and see if we can just rely on mithril to escape those
### Completed