Richard Lewis
Richard Lewis
Hovering the marker shows the tooltip, and clicking the marker resets the unread marker (hides it). Effectively this is a "mark as read" feature. See https://github.com/thelounge/thelounge/issues/3666 
Could it just ignore the previous releases if they don't exist? This is the error that occurs: ``` Error: Command failed: ssh -i /home/user/.ssh/id_rsa [email protected] "cp -a /var/www/project/releases/20180829065949/. /var/www/project/releases/20180829113223" cp:...
Removing key bindings from the config file and saving doesn't seem to deactivate the removed bindings. They should be disabled as soon as the file is saved without having to...
New lines should be findable in all modes.
To push Suplemon to the next level some core refactoring is needed. The main goals are: - [ ] Support regions (selections) instead of just cursors. This will require refactoring...
The rewrite needs a config handler and now would be a good time to implement it. The idea is to make it more or less compatible with Sublime Text. The...
I'm having issues with migrating and still have some type errors that the migrate tool didn't fix. It seems to be related to operator chaining. BEFORE: ```javascript return this.api.request(config).map(res =>...
The readme states that mathematical translations could be added. I'd like to move paths by some delta coordinates e.g. move a path 30 units down. Is this currently possible? EDIT:...