othree
othree
I have the same issue. If the module is un-named. There will be an issue working with the require.js. My use case is we are writing 3rd party widget. Then...
Might caused by #37 Need manually run `npm run prepare` before publish.
192x192 is also used in Android Lolipop Chrome 39. ref: http://updates.html5rocks.com/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
Another suggestion is like [SyntaxComplete](http://www.vim.org/scripts/script.php?script_id=3172) Parse syntax keywords at runtime.
I can reproduce and I got 0 message. Still looking.
It use silent to execute substitute ref: http://vimdoc.sourceforge.net/htmldoc/various.html#:silent
Not sure why original author try to manage error by itsself. https://github.com/othree/eregex.vim/blob/master/plugin/eregex_e.vim#L4-L6 https://github.com/othree/eregex.vim/blob/master/plugin/eregex.vim#L844-L873
Use a plus can easily change convert string to number. ``` var a = '9.59'; a = +a; ``` But change a variable type is not good practice. Assign the...
HI, I can't find `contained` element in the [document](http://angular-ui.github.io/bootstrap/). And I think there are 2 more tag name: `accordion-heading` and `accordion-group`. Can you verify again?
Look deep into the document. I think almost every AngularUI directive can be a new html tag name?