Eduardo Lavaque

Results 7 issues of Eduardo Lavaque

https://github.com/tgriesser/checkit/blame/master/core.js#L121 That line is causing issues for a project I'm working on, because we need `this.target` to retain its properties that it inherits through prototype, but they're being lost by...

Text (in editor): ![screen shot 2015-08-19 at 4 00 13 pm](https://cloud.githubusercontent.com/assets/2314074/9368873/8107e100-468b-11e5-827c-c5c26394bee8.png) How it should look (according to GitHub): ![screen shot 2015-08-19 at 4 00 28 pm](https://cloud.githubusercontent.com/assets/2314074/9368877/8a7a90f2-468b-11e5-8a63-0a45b08021f7.png) How it actually looks:...

The problem is that there is no spacing between the list and the next paragraph, making it awkward to read. One example: ![screen shot 2015-08-19 at 10 42 27 am](https://cloud.githubusercontent.com/assets/2314074/9361078/63b4d120-465f-11e5-974b-9adc815eccc5.png)...

Would be good to work towards making this extension also available on Firefox (and any other WebExtensions-compatible browser). Since now Chrome and Firefox both support WebExtensions, this shouldn't be too...

enhancement

I'd like to add a bunch of very important missing features to the Vi mode, one of which, one of the reasons for which Vi is popular, is the `i`...

feature request

@kana The auto-pairs plugin of the same sort as this one offers the following functionality: > Insert spaces before closing characters, only for [], (), {} > > ``` >...

I have a use-case where I need to be able to put a new buffer in the middle of the BufferList. Are there any plans to add this, if not,...