liam
liam
fixing issue that umem_search return a list of addresses not a list of tupled addresses.
In the READ.ME example it says shows umem_search returning a list of tuples. > ``` >>> l=[x for x in mw.umem_search("hello")] >>> l [('', )] ``` However it should just...
When typing in passwords there's currently no indicator for the cursor position. This is true for typing hidden or revealed passwords. It would be nice if there was a small...
TLDR: command: c for copy or y for yank followed by element tag key for example c for code or s for span. After the yank and tag specifier key...
1 character change: fix typo noRepat -> noRepeat Found a typo in the `closeOtherTabs` command in `all_commands.js` while working on my own feature. Thought I should put in a pr....
### Description How to reproduce: - go to the gitlense "commit graph inspect: commit details" (next to terminal by default). - find the file changed view - Make sure the...