Federico

Results 11 issues of Federico

I have your `:Grep` command example in my `.init.vim`. As the title says, it works great when I open nvim but it just stops getting results after a while. I...

![2016-02-18-130131_1026x766_scrot](https://cloud.githubusercontent.com/assets/735314/13149445/53124264-d640-11e5-954a-a20e41336736.png) I'm using st which supports truecolor and also nvim. I run `NVIM_TUI_ENABLE_TRUE_COLOR=1 nvim` and then select gruvbox. `$TERM` is `tmux-256color`.

needs to be documented

First select _one_. Then, when I switch to other coloschemes (apprentice, in the screenshots), mostly all syntax coloring is broken. Result: ![1473269360](https://cloud.githubusercontent.com/assets/735314/18322191/c10bc298-7507-11e6-8a16-27a64a6924fa.png) Expected: ![1473269373](https://cloud.githubusercontent.com/assets/735314/18322190/c1074704-7507-11e6-8157-dc42e2ad040d.png)

enhancement
wontfix

The title is more a question. Shouldn't said rule support `menuitemcheckbox` by default? I see in the recommended settings that the role is missing along with `menuitemradio`. https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/bccf0aeab8dd337c5f134f892a6d3588fbc29bdf/src/index.js#L166 The example...

Since this package is published as commonjs, es6 files are now published using the mjs extension. Added more explicit file paths in the `exports` field, pointing to a unique declaration...

Using [pangloss' javascript syntax file](https://github.com/pangloss/vim-javascript) and `set cursorline`, the parenthesis is too light in this code. ``` var foo = ({ ); ``` ![2015-08-31-151735_202x71_scrot](https://cloud.githubusercontent.com/assets/735314/9586699/adbec76e-4ff4-11e5-86ab-8f986ee5bbbc.png)

Since the project chose to use `yarn` and also add `yarn.lock` to version control, I consider it a best practice to make clear which package manager the use. Since official...

`renderEquation` is defined as https://github.com/isaul32/ckeditor5-math/blob/173ac0613690b8b8df31535db785d762ded82cc8/src/utils.js#L46-L48 so the 7th parameter should be a string that matches an id in the document and the 8th is an array of string for the...

When a story is hidden in the front page, reduce its opacity to 0.25. When checking hidden stories in the "Hidden" section, restore its opacity so user can know what...