Mark Battersby

Results 8 issues of Mark Battersby

This is a feature I would personally use, but not sure if there's any demand for it from other folks or if it's better off as its own plugin. For...

If you try to add a backtick-wrapped string inside of a JSX prop, it won't pair the backtick. Not a big deal, but when you go to add the second...

On version 3.6.1, when retrieving records which contain a Boolean fragment, I see in my console: > `Fragment type not supported: Boolean` Is `Boolean` not currently supported by this package,...

# 9K doge to whoever implements this! Sunglasses, hats, scuba gear, mustache `?accessory=sunglasses` `?accessory=mustache` Can be stackable `?accessory=sunglasses,mustache` ![](http://dl.dropbox.com/u/36928599/Screenshots/02m.png)

``` bash $ mocha --reporter mocha-unfunk-reporter --reporter-options foo=bar ``` [`constructor`](https://github.com/Bartvds/mocha-unfunk-reporter/blob/master/src/unfunk.ts#L270) will get args `runner` and `options` object, which contains a `reporterOptions` hash. ``` ts constructor(runner, options) { console.log(options.reporterOptions); } //...

Airbnb created a number of custom prop types (https://github.com/airbnb/prop-types), and we should allow for the generation of these (and any other) custom types. For instance, using their `empty` validator: ```js...

enhancement

In the same vein as `Cucumber.Cli`, so that pioneer can be invoked by plugins via `Pioneer.Cli().run()`, rather than `spawn('./node_modules/.bin/pioneer')`

enhancement

I have a 2x2 grid... | ...... | ...... | | --- | --- | | ...... | ...... | and I add a new column on the right of...