raphaelcastaneda

Results 7 issues of raphaelcastaneda

* use consistent numbering across definitions and references * add key mapping for each menu item Implements feature requested in https://github.com/tami5/lspsaga.nvim/issues/102

Added interface for Atlassian Stash

It shouldn't be necessary to run: `pip install -r requirements_dev.txt` Instead, `setup.py develop` should include these requirements as well

enhancement

Currently, there is a limit of `max_comments / 5` for comments in any one file. https://github.com/guykisel/inline-plz/blob/master/inlineplz/interfaces/github.py#L183-L187 If a PR has a ton of change in one file, and not so...

enhancement

Implements feature request mautrix/whatsapp#635 by converting heic files to jpeg before attaching to a message

Whatsapp itself doesn't support `image/heic` as an image attachment (they can be sent as documents however). The first-party app converts heic to jpeg before attaching. Since the whatsapp bridge already...

enhancement

Currently, [data-driven style](http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#data-driven-style) test cases are not recognized as valid Robot syntax if they contain column headers. This is correctly interpretted: ``` *** Settings *** Test Template Login with invalid...

enhancement