ruswerner

Results 5 issues of ruswerner

I get this error when trying to deploy a build: ``` /Users/rus/.nvm/versions/node/v4.4.4/lib/node_modules/apphubdeploy/AppHubDeploy.js:65 if (program.target && !permittedValues.includes(program.target)) { ^ TypeError: permittedValues.includes is not a function at checkOptionValues (/Users/rus/.nvm/versions/node/v4.4.4/lib/node_modules/apphubdeploy/AppHubDeploy.js:65:42) at Object. (/Users/rus/.nvm/versions/node/v4.4.4/lib/node_modules/apphubdeploy/AppHubDeploy.js:34:1)...

enhancement

I would like to know what the implementation looks like behind the example shown on this page: https://www.apollographql.com/docs/link/links/state.html#combine Is a `Query` resolver required for the `cart @client` field? If so,...

help wanted
docs
ac-local-state-todo

**Steps to reproduce:** 1. Create a `` component with a function for the `data` prop, which async fetches results from a server **Expected behaviour:** The suggestions panel is immediately shown...

I see this file referenced in your example, but I can't find it. Am I missing something obvious? Cheers

How would I call this endpoint? ```PUT https://api.spotify.com/v1/me/player/play``` The `request` method only accepts a string and forces the method to `GET`...