Mislav Vuletić
Mislav Vuletić
Operating on an `inner word` motion when opening a fold for the **first time** operates on the whole fold rather than just on the word itself Steps to reproduce: 1....
autoResetWidth doesn't work when shiftwidth/tabstop value is changed by an autocommand. Steps to reproduce: 1. create neovim config `.vimrc` given below 2. create python file `file.py` given below 3. open...
I'd like to be able to quickly assess the quality of the algorithm by knowing exactly which version of the algorithm is implemented.
Add a module for mage to be able to send data to kafka. - [ ] test - [ ] return the same data to the user - [ ]...
This is a mock pull request to get a feel of the experience when creating a new module. - [x] create the module - [x] add code documentation - [x]...
Instead of `'Unsaved changes: [w]rite, [s]kip, [b]reak '` wouldn't `'Unsaved changes. Force quit? [y]es, [n]o, [c]ancel'` be more natural? EDIT: Now that I think about it, that would be ambiguous....
A user should be able to specify which node types valid for that Relationship class: ```python class User(Node): pass class FriendWith(Relationship): _start_node: User _end_node: User ```
**Is your feature request related to a problem? Please describe.** Comparing protobuf types in full with the `cmp.Diff` or `cmp.Equal` makes for a change detector test. This is because every...
Some keywords can be used in multiple different ways. Like the "contains" keyword; it can be an operator, a function, a label, or a variable name. Depending on the environment...
Create a diagram showing typing speed throughout the duration of a single test. The program logs the time it takes to press each character and the typing speed the character...