1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-15 19:15:24 +00:00
amfora/NOTES.md

14 lines
826 B
Markdown
Raw Normal View History

2020-06-18 20:54:48 +00: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 23:33:00 +00:00
2020-07-02 00:08:07 +00:00
## Upstream Bugs
- Bookmark keys aren't deleted, just set to `""`
2020-07-02 00:08:07 +00:00
- Waiting on [this viper PR](https://github.com/spf13/viper/pull/519) to be merged
- [cview.Styles not being used](https://gitlab.com/tslocum/cview/-/issues/47) - issue is circumvented in Amfora
- [ANSI conversion is messed up](https://gitlab.com/tslocum/cview/-/issues/48)
- [WordWrap is broken in some cases](https://gitlab.com/tslocum/cview/-/issues/27#note_475438483) - close #156 if this is fixed
- [Prevent panic when reformatting](https://gitlab.com/tslocum/cview/-/issues/50) - can't reliably reproduce or debug
- [Unicode bullet symbol mask causes issues with PasswordInput](https://gitlab.com/tslocum/cview/-/issues/55)