Chris Cowan

Results 43 issues of Chris Cowan

Noting this to myself to fix sometime. If a module without any update accepters gets an update, then the update bubbles up as the system looks to see if its...

In the [Device Orientation API demo](https://www.audero.it/demo/device-orientation-api-demo.html), the way the cube rotates as you rotate your device is very unintuitive, which might suggest to the user that the device orientation API...

I don't know if my nginx config or CloudFlare is contributing to this, but I get a strange set of headers instead of an ETag header. Using node v0.8.21 and...

If you run the hello-world example in dev mode and make an edit to `examples/hello-world/style/index.css` (such as adding `background: blue;` on the main element), then it will apply immediately. But...

#### Do you want to request a *feature* or report a *bug*? bug #### What is the current behavior? Some multi-line CSS selectors are mis-compiled. Take the following CSS: ```...

stylis-bug

In a project that uses Kefir, I've seen a strange error show up yesterday in our client error logs. A single user hit this error a few dozen times in...

It used to be that I could select part of an image, hit Filters->Map->Resynthesize, hit Ok, and then the selection would be cleanly removed from the image. That was on...

## Bug Report **Current Behavior** babel-preset-minify breaks for-of loops in some cases. It seems like there's two necessary conditions: 1. babel-preset-env detects that the value being looped over is an...

bug

Splitting this issue report out from https://github.com/jsdf/browserify-incremental/issues/14#issuecomment-108539891. ``` $ npm install browserify browserify-incremental $ echo "require('./b.js')" > a.js $ echo "console.log('hi')" > b.js $ ./node_modules/.bin/browserifyinc a.js -o app.js $ rm...

The project calls `require('punycode')`, using the [Node punycode module](https://nodejs.org/api/punycode.html) which has been deprecated since v7 (2016). The Node docs now recommend using [punycode.js](https://github.com/mathiasbynens/punycode.js) in place of it. This also means...