Edd Barrett
Edd Barrett
On 0.4.0, with Python-3.7.5 and neovim-0.4.3, I've got: ``` =================================== FAILURES =================================== __________________________________ test_repr ___________________________________ vim = def test_repr(vim): > assert repr(vim.current.buffer) == "" E AssertionError: assert '' == ''...
The default tab switching bindings to not appear to work on OpenBSD. I tried to rebind them using "set keybinding", but the dialog seems unable to capture these key sequences....
Selecting "New window with specified profile" -> "LilyTerm Default" does not open a new window. It should right?
Hi, The "move a window" example (https://github.com/jeaye/ncurses-rs/blob/master/examples/ex_4.rs) crashes on OpenBSD on rust rust-1.13.0. The line which causes the crash is: ``` printw("Use the arrow keys to move"); ``` Using gdb,...
Hi, This is more of a question that a bug. I have a somewhat unusual use-case. I want to inspect the symbol table of the currently running executable. The goblin...
Hi, I have the following when running setup on OpenBSD-6.2 with Python-3.6: ``` $ python3.6 /home/cherrymusic/.local/bin/cherrymusic --setup --port 9090 Traceback (most recent call last): File "/home/cherrymusic/.local/bin/cherrymusic", line 33, in import...
Hi, I revisited cherrymusic because i wanted a convenient way to let my partner download her CDs (which I ripped for her) from my server. Currently you'd have to add...
Hi, The first thing I do when installing CM, is to set maxshowfiles to a huge number: ``` maxshowfiles = 1000000000 ``` When I browse a large collection CM starts...
Hi again, Sorry for raising a bug a day ;) The album art fetching could be improved. I think that perhaps the layout of my collection is outside the norm....
Hi, Someone recently posted to the elinks-dev list with a report that elinks doesn't check SSL certificates: https://marc.info/?l=elinks-dev&m=148896031830582&w=2 I've verified that elinks-0.11.7 indeed does not check the certs. Is there...