Tristan Koch
Tristan Koch
When using mocha instead of rspecs mocking framework, valid_uniqueness does not work and throws "stub! unknown method". Changing to model.class.expects(:find).returns(true) in validations.rb didn't do the trick either.
It should be noted that this is now built-in to VSCode. See https://stackoverflow.com/a/51329169.
**Summary** It appears changing the buffer (e.g. `cw`) can mess up local marks. **Steps** Given following buffer (with cursor at `|`) ``` |Lorem ipsum dolor sit amet. ``` `ma`, `w`,...
Respect first cursor's position when clearing multiple cursors. Previously the last added cursor's position was used. By reversing the logic clearing now more closely matches the behavior found in default...
Proof reading revealed some clumsy translations. * Change gender to common options (divers is the 3rd gender by law) * Use or do not translate common loanwords such as tool...
1. All but very ancient browsers now support requestAnimationFrame (see https://caniuse.com/?search=requestani) 2. Its ~15% of LOC
Mute output by providing task level option `silently: true`. When grunt runs in verbose mode (e.g. `--verbose` command line option) output is always logged no matter if the option is...
Opera 10.63 does not support CSS pointer events, but advertises this feature. The test provided therefore returns, that Opera does support pointer events.
What needs to be done to make this package work with [Vintageous](https://github.com/guillermooo/Vintageous)? For instance, this does not seem to be compatible ``` {"key": "vi_action", "operand": "enter_insert_mode"} ```
### Did you check the docs? - [X] I have read all the vscode-neovim docs - [X] I understand the fundamental limitations of the plugin and believe this request to...