Michael Plotke
Michael Plotke
The notes above/below message text size should correspond to the note text size, or be settable in its own right. In my setup it is far larger than any of...
The issue occurs in console applications that allow vertical splitting. I've tested both vim and tmux, and the problem occurs in both. I've also tested both these applications in roxterm...
Because `react-mentions` monitors the beginning and **end** of mentions [using a regular expression](https://github.com/signavio/react-mentions/blob/08bd0b5fe5de91ee042ba3172cc0d9ad49f3b4ed/src/MentionsInput.js#L593), `allowSpaceInQuery` means every character except the trigger, including whitespace, is potentially part of a mention, and a...
I encountered [Error `Uncaught TypeError: util.inherits is not a function`](https://github.com/webpack/webpack/issues/1019) while upgrading to webpack 2. I traced the cause to the dependency `"inherits": "2.0.1"` instead of `"^2.0.1"` or the like...
Although quite old, [this exchange](http://stackoverflow.com/a/8586429/1307154) claims: > `toArray(NULL,TRUE,TRUE);` > will return all the cell values in the worksheet (calculated and formatted) exactly as they appear in Excel itself. This appears...
As the title says, the `include` tag should accept an ident resolvable to a string, just like string concatenation (`~`) does.
The current `"version": "0.4.0"` of `webfonts-generator` includes `"svgicons2svgfont": "^5.0.0"`, whose latest minor version is six months old. They're currently at `"version": "8.0.0"`. Worse still, `"svgicons2svgfont": "^5.0.0"` appears to be including...
Taking a look at [Dan's original Bootstrap version](http://www.dangrossman.info/2012/08/20/a-date-range-picker-for-twitter-bootstrap/), you can see the input field allows for manual date alteration. This seems particularly useful if you commonly need large ranges, spanning...
This is both a bug report and a feature request. Currently, if TinyMCE is the child of a container which scrolls, the menus and tooltips become unmoored. For example: A...