Darcy Murphy

Results 3 comments of Darcy Murphy

I built [`the-thing-is`](https://github.com/LoudBit/the-thing-is) a while back which provides joi-like definitions without the bloat. `the-thing-is` and it's one dependency, [`is-too`](https://github.com/LoudBit/is-too), are under 20kb combined _before_ minification. Here's an example of how...

Looking through the changes between v0.2.0 and v0.1.10 I found [this line](https://github.com/drewzboto/grunt-connect-proxy/compare/v0.1.10...v0.2.0#diff-81f66e7f2207080bf1dd04b38ed6bda0R54): ``` javascript server: httpProxy.createProxyServer({ // ... secure: proxyOption.https // ... }) ``` In short, I got http =>...

This one wasted a lot of time today because the favicon request shows up when debugging tests, but not when running the tests.