Simon Fernandez
Simon Fernandez
In Kakoune you can define custom command and access them with the `,` key. Could it be possible to implement the same thing in dance so that we can map...
**Describe the bug** When displaying an fragmented ordered list, the numbering of the source is not respected, making it impossible to have an ordered list not starting at 1. Moreover,...
I recently discovered that all plugins by alexherbo2 are broken with plug.kak, because they seem to use the `require-module` function, so even after calling ```plug "alexherbo2/auto-pairs.kak"``` The `auto-pairs` plugin will...
https://github.com/jazzband/imaplib2/blob/a7eb3b677b40f314cd49dba49aa237d7dc8ffbba/imaplib2/imaplib2.py#L510 The `socket` package has no `sslerror` module (see the doc [here](https://docs.python.org/3/library/socket.html)) The `ssl` package has something close. Maybe there were a confusion between the two packages ? So if...