Stephan Meijer

Results 91 issues of Stephan Meijer

The one thing that this package is missing, that would make it truly awesome (IMO). A visual indicator if the package seems to be unused. It doesn't need to be...

https://twitter.com/meijer_s/status/1355844574497935361?s=19

bug

This would enable users to play with different cases in an easy way. Think of: - a signup form - a payment form - a modal with a form embedded...

feature
RFC

## Bug Report 🐛 The 'refresh for update' indicator is a bit buggy ![refresh-indicator](https://user-images.githubusercontent.com/1196524/85434338-2ccb7d80-b586-11ea-89c8-3170fd13f561.gif) ## To Reproduce ✔️ 1. No idea, maybe it's only the netlify preview build? ## Expected...

bug

It should be possible to filter events in the event debugger (under `/events`, introduced by #167). This way the event log will be less noisy, so it would become easier...

feature
project:events

We need an option to `Login with GitHub`. In case we need to specify permission, we need to have "read/write" access to GitHub gists (API). --- note: _This issue is...

feature

[we're whitelisted on iframely!](https://iframely.com/embed/https%3A%2F%2Ftesting-playground.com%2F%3Fmarkup%3DDwIwrgLhD2B2B8AoANtA5gS1o4B6cUc8QA%26query%3DM4YwTgphB2B0DmEAuAhAngJQPYBsIAoByAIwFckktpCBKIA%26panes%3Dmarkup%2Cquery) ![image](https://user-images.githubusercontent.com/1196524/83190483-c4c67a80-a132-11ea-911b-e8277cb38fed.png)

documentation

Do we need some instructions on how to use the tool? I'm not sure about this yet, but if we do, it should be added to the playground itself. Not...

discussion

Would it be possible to expose the `prevState` to our effects as well? This would allow us to move the decision to run expensive side effects to the effect, instead...

enhancement

The mongo probe doesn't report anything when using the promise interface: **supported** ```js db.comments.find({ blogId: 'x' }).toArray(console.log); ``` **unsupported** ```js db.comments.find({ blogId: 'x' }).toArray().then(console.log); ``` _Thereby also unsupported_ ```js const...