Fokke Zandbergen

Results 88 issues of Fokke Zandbergen

It could regexp http://fokkezb.nl/rwanda/

new feature

### Describe the bug A clear and concise description of what the bug is. ### Steps to reproduce the behavior 1. Create a monorepo that contains stories in multiple packages,...

bug
linear

### Describe the bug When I run all tests I almost always get a failure like this: ``` ● Modules / Components / AuthDetails › App Without Auth › test...

bug

Styling libraries like Emotion use hashes in their generated classnames. These change even if the change is just whitespace, and will also depend on whether you run `start-storybook` or `build-storybook`....

bug

### Describe the bug I'd like to be able to modify the Jest timeout per test. ### Steps to reproduce the behavior Use `await new Promise(resolve => { setTimeout(resolve, 20000);...

feature request

I'd like to have the small top left logo, but without [enabling multi-author](https://github.com/raamdev/independent-publisher#how-do-i-get-the-small-logo-to-show-up-in-the-top-left-corner), which also triggers other changes (like the author to appear in meta, the avatar to link to...

enhancement

I'd like to be able to have the same behaviour as in iOS's calendar, which is enable dragging after a `long press` and then have the view _glued_ to the...

enhancement

I try to set the bounds of the draggable to the screen by setting `minTop` and `minLeft` to `0` and `maxTop` and `maxLeft` to the platform width/height minus the draggable...

In order to have users invite friends to the app I need the Message Dialog to send a link: https://developers.facebook.com/docs/ios/share ``` // Check if the Facebook app is installed and...

enhancement