Kasper Søfren

Results 4 issues of Kasper Søfren

### Steps to reproduce 1. Access https://harvesthq.github.io/chosen/ via iPad. Also reproducible through the "Toggle device toolbar" in the Chrome Console and then selecting the "iPad" device. 2. Under "Multiple select",...

Bug
iOS

This is a request for expanding the `rmdir` function to allow for recursive deletion of a directory. Currently, `rmdir` accepts only [two parameters](https://github.com/mscdex/ssh2/blob/23bd66f723d2c72c007ed7a3b3afb9f50284bac4/lib/SFTPWrapper.js#L77): - `path` - `cb` To maintain backward...

feature request

Headings containing a (double) quote symbol, i.e. `"`, will produce an error. This heading, for instance: ``` html Bill "Bootstrap" Turner ``` ... produces the error: ``` Uncaught Error: Syntax...

In `test.js`, `exports.testOverride` verifies that the "youngest" Object (or "class") overrides the same-name function of its parent (or "base"). This test of course works. However, if the `prop` argument is...