Mike MacCana

Results 143 comments of Mike MacCana

The test output you've provided doesn't look like anything to with `agave`: ![image](https://user-images.githubusercontent.com/172594/42688511-6730f2a2-8694-11e8-901f-5434d4af4a54.png) Did you mean to file a bug with https://github.com/certsimple/csp-by-api instead? Also all the tests pass there too...

Added to README https://github.com/IQAndreas/github-issues-import/pull/75

> nobody fully agrees on what looks "ugly" syntax wise That's true, but I think most people agree all unnecessary tokens should be removed.

The 'watchjs' uploaded to npm is maintained by Matt Bell (@mappum) - Matt could you please transfer the package to Gil (@melanke) ?

@jaredhanson Also, re: middleware, Express 5 is going to have explicit promises support.

lol I think `done()` is dead. Promises have gotten popular due to `await` needing them, not because we like endless method chaining!

@zenflow See https://github.com/expressjs/express/pull/2237, the Express 5 release tracking bug list. Top item: > Add support for Promises in all handlers #2259 if you follow it, you'll end up at Router...

Coming from #7363 , **the acrylic setting should extend into the tab space**. When acrylic is enabled, the tab color (which is currently never acrylic) becomes inconsistent with the background...

@zadjii-msft missed this back in August, but yes exactly! Thanks. 🙂

We could just add a polyfill for legacy browsers. This keeps the code clean and can be deleted quickly when you finally drop IE. :^)