Ben Swinburne

Results 29 comments of Ben Swinburne

Hi @ovr, do you know when this is planned to be merged? I came across #1723 and we've had to implement the numbers as strings to represent booleans "fix" to...

``` {state.status === 'playing' ? : } ```

I'm also having this issue. Can anyone post a working include/exclude example to make this work please?

If it'll help anyone I have this running in a React app bundled with Webpack. I had to add this to my webpack config ``` resolve: { alias: { 'paho-mqtt':...

The only way I managed to get this not to blur is to implement it outside this library for now so i could control the scale options of the `addImage`...

Hi, Any chance you can look at [Ava](https://github.com/avajs/ava)'s assertion library? Whilst currently it's possible to use Ava and rely on Chai by telling Ava to not fail in the absence...

I'm not confused about the naming of the groups but perhaps I'm just going about my implementation the wrong way. To achieve what I'd like with the groups as they...

Generated at runtime too. For example I have a WYSIWYG module which can be switched out with various different JS implementations depending on client settings- it determines if there are...

Any word on whether or not you're considering this? Cheers

Well I was adding the files in a controller on the fly so I couldn't work out how to prevent minification and combining of this particular file. ``` \Casset::add_path('googleWebFonts', array(...