Julien Goux

Results 54 issues of Julien Goux

Hello, I was wondering if this library would be usable to directly render a component to another place in the render tree, à la https://github.com/javivelasco/react-tunnels#react-tunnels ? So in my case...

Hello, I'd like to test my screens in their loading or network failure states. How could I achieve that using apollo-storybook-decorator? Thanks for your help. **EDIT :** Maybe we could...

Hello, I want to thank you for this awesome project. I'm switching to es6 and it's really helpful to have all the examples. :) I'd like to avoid the register...

Hello all, I don't have time for this project, so I'd like to give it to a new maintainer so the project could continue! :) If anyone is interested, just...

As Gulp 4 will be released very soon, I'll port all the gulp tasks to it as it comes with a lot of improvements : https://github.com/gulpjs/gulp/blob/4.0/CHANGELOG.md

**Is your feature request related to a problem? Please describe.** Currently when using the `--watch` mode, every project/plugin is run, no matter the file that changed. I think it could...

core
kind/enhancement

### Clear and concise description of the problem Depending on the kind of tests we run, it can be interesting to have a fail-fast feature and exit as soon as...

enhancement

Hello, I compiled a node.js app relying on [node-oracledb](https://github.com/oracle/node-oracledb). This library has external dependencies (I assume it uses dynamic linking) so I have to install these on my production environment...

Hello, thanks for this awesome project! I tried to use [upx](https://github.com/upx/upx) on the generated binary to reduce its size (it went from 39M to 14M!) My issue is that the...

Hello, I think there is a race condition / an issue with matching the name of elements that are mount to the DOM during the test. I use `findByRole` along...