1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-09-19 22:25:55 -04:00
amfora/NOTES.md

16 lines
753 B
Markdown
Raw Normal View History

2020-06-18 16:54:48 -04:00
# Notes
## Issues
- URL for each tab should not be stored as a string - in the current code there's lots of reparsing the URL
2020-07-28 19:33:00 -04:00
2020-07-01 20:08:07 -04:00
## Upstream Bugs
- Bookmark keys aren't deleted, just set to `""`
2020-07-01 20:08:07 -04:00
- Waiting on [this viper PR](https://github.com/spf13/viper/pull/519) to be merged
2021-04-07 12:55:10 -04:00
- [ANSI conversion is messed up](https://code.rocketnine.space/tslocum/cview/issues/48)
- [WordWrap is broken in some cases](https://code.rocketnine.space/tslocum/cview/issues/27) - close #156 if this is fixed
- [Prevent panic when reformatting](https://code.rocketnine.space/tslocum/cview/issues/50) - can't reliably reproduce or debug
- [Unicode bullet symbol mask causes issues with PasswordInput](https://code.rocketnine.space/tslocum/cview/issues/55)
2021-02-27 23:55:26 -05:00
## Upstream PRs