Patrick Bassut
Patrick Bassut
Looks like what NPM puts in the `node_modules` folder is just the `package.json` file and nothing else.
In the meantime, is there a way to integrate this library with https://github.com/edvinerikson/relay-subscriptions ?
Can we have a guide to get this working with [graphcool](http://graph.cool) subscriptions? I tried to use WebSockets but I get a 400. Looks like there's an initial handshake that should...
Looks like the bower package does not have every file that's in the repo. Including the minified version.
### Describe the bug Looks like the tool doesn't play nice when you have an .env variable in the same folder you run `serverless`. I understand there's a way of...
While the version is not minified I feel obligated to copy the code to my project(which gets minified on build before deploying). Having a minified version is always good.
This shows up on the first result of google searches. Don't let it die. At least assign some maintainers.
In order to include some specific documents in a ILM I need to separate the documents between the indices that tell something about those documents attributes. Think about the twitter...
``` /Users/patrickbassut/Programming/icr-api/node_modules/swagger-tools/index.js:124 TypeError: Cannot read property 'length' of undefined at Object.exports.measure (/Users/patrickbassut/Programming/icr-api/node_modules/express-latency/lib/latency.js:56) at server.js? [sm]:226 at /Users/patrickbassut/Programming/icr-api/node_modules/swagger-tools/index.js:85 at cbWrapper (/Users/patrickbassut/Programming/icr-api/node_modules/swagger-tools/lib/specs.js:1035) at validateSwagger2_0 (/Users/patrickbassut/Programming/icr-api/node_modules/swagger-tools/lib/specs.js:1030) at validateSemantically (/Users/patrickbassut/Programming/icr-api/node_modules/swagger-tools/lib/specs.js:1040) at /Users/patrickbassut/Programming/icr-api/node_modules/swagger-tools/lib/specs.js:1233 at /Users/patrickbassut/Programming/icr-api/node_modules/swagger-tools/lib/specs.js:1073...
Due to the way this is implemented, you can't set margins on the container itself. For example, the library uses DEVICE_WIDTH everywhere. Meaning, we have to override the styles and...