John F

Results 4 issues of John F

This plugin would be great to use in our configs, except for the issue that it blindly translates any invocation of an includes method into an indexOf and -1 comparison...

Kind of an edge case, but if you reference the `includes` property using `[]` instead of `.`, the plugin will not transform the code. Exampe: ``` javascript x.includes(123); x['includes'](123); ```...

It'd be neat to be able to turn a display that is plugged in but off on, or an active display off. screenresolution 800x600x32 off -should turn display 0 to...

The bewits generated in mohawk.bewit are returned having padding `=` characters in them. These equals padding characters cause the bewit to be not url safe. We should `.rstrip('=')` the bewits...