Armando Magalhães
Armando Magalhães
As we already have our Acceptance Links from Netlify, and also Travis CI getting integrated, perhaps we could start running some End-to-End tests using BrowserStack for Perry. We can apply...
# Problem Currently we cannot catch external script errors due to cross-origin policies in the browser. We currently also offer an option through the API in order to disable catching...
# Goal The goal of this issue is to track the design and development of a new client-side store for Perry. ## Motivation Today making some tests with the new...
We are currently having problems integrating into our CI due to mismatches between preact API and a few dependencies we have. Rebass used to work well with Preact before 3.x...
[Redux supports middlewares](https://redux.js.org/advanced/middleware) for injecting behavior into it. It would be nice if we could offer a package for actually capturing redux actions and state into perry store so we...
Nowadays Perry has the official deployment preview we use also for development in Netlify. I would love to see some enhancements on that side too, mostly in regards to: -...
As perry grows, it will eventually get more and more bloated. And even though some users can actually just add perry with everything on it and enable/disable features, they should...
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/71026132-feature-allow-to-add-an-appname-and-a-namespace-for-report?utm_campaign=plugin&utm_content=tracker%2F99808836&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F99808836&utm_medium=issues&utm_source=github).
We can use Netflix PollyJS to record requests and be able to replay them when starting a perry recording session. https://github.com/Netflix/pollyjs --- Want to back this issue? **[Post a bounty...
Perry is still not stable enough to actually be used in projects using AMD strategies such as Require.js. This issue aims to track the development and stability of this in...