Richard Lewis

Results 13 issues of 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 ![image](https://user-images.githubusercontent.com/3417292/71769975-0b22ff00-2f30-11ea-89a5-ebf7fcad51a3.png)

Type: Feature
Status: needs-new-owner
Status: WIP

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:...

feat

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...

bug

New lines should be findable in all modes.

help wanted
question

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...

enhancement
help wanted
question
rewrite

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...

priority-high
rewrite

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:...

enhancement