Prabir Shrestha
Prabir Shrestha
There is an issue opened for this already in neovim at https://github.com/neovim/neovim/issues/6649
I don't think so. Touch and mouse events are most likely different. Even windows 10 cmd has support for this. Not a big requirement right now but something that would...
Even I had thought of that, the interface would definitely be a better way to go with as most of my codes were duplicated. The core can contain the dom...
Here are some of the things I would like to have. Not sure if this is already possible (I haven't tried the jstmpl branch yet. wil try it during this...
Here is my bundle.txt https://github.com/prabirshrestha/backbone-js-on-nancy/blob/f8374f9a8af45c5543d6202fac9a017241fe11ad/src/BackboneJsOnNancy.Web/assets/javascripts/app/bundle.txt I want it to look something like this. ``` app.js ..\public_app\views\header.js models/* collections/* views/* routers/* * ``` Header.js is common. right now the only way...
It might also be better to just embed underscore.js in Cassette. Then call the following method. ``` js var compiledString = _.template('').source; ``` it will generate the following string ```...
Seems like a bug in readme sample code and not in async.vim. Thanks for catching! You can check the `a:event_type` to be `stdout` or `stderr` or create a different handler...
I would like to have a fix in async.vim. That would fix allow us to fix other plugins that depends on it. I’m ok with any but would be good...
Ok with having refresh pattern for different filetypes. Better if it is per source and filetype.
Does it reproduce in v2 branch?