Sean
Sean
``` AddOn: v1.4.0 Node: v8.14.0 React:16.2.0 Storybook/react: 3.4.0 ``` ``` yarn screenshot yarn run v1.12.3 $ storybook-chrome-screenshot -p 9001 --debug DEBUG [CLI Options] { port: '9001', host: 'localhost', staticDir: undefined,...
When I run this plugin I get all the function in my serverless.yaml, but there are some function there I don't want to be exported to my Swagger docs. Is...
##### To reproduce: - Run the examples project "Basic" - Click the "Contact Me" URL - You will now have "/basic/#!/contact/me" as the URL path - Now, manually remove the...
Works fine in app, but fails test due to some known reason in NewWindow.js from importing React. > "react-new-window": "^0.0.12" > "jest": "20.0.4" ``` ● Test suite failed to run...
My apologies if I missed it, but I didn't see any reference to this in the docs (https://github.com/bbc/peaks.js#instanceviewscreatezoomviewcontainer) or past GH issues. 1. Given a segment, I would like to...
Using: `result = firebase_app.get("/", "article", params={"startAt": "100", "orderBy": "msrp"})` **Return the error** `Bad Request for url: https://pennywise.firebaseio.com/article.json?orderBy=msrp&startAt=10` To get it working, a manual insertion of quotes is required. `result =...
Added ability to prototype how list items are created. Added keyup listener so that finished text is able to be sent to service if needed.
### Bug description I get a Bad_Alloc error when sending a prompt, even though I have plenty of memory and processor speed on my host machine (based on requirements) ###...
Updated code to work on Swift 2.1.1
I have installed the gems ``` gem 'polymer-rails' gem 'polymer-elements-rails' ``` And placed this in my application manifest: ``` //= require polymer/polymer //= require iron-input/iron-input ``` And js has `//=...