Dmitrii Sorin
Dmitrii Sorin
I'm having a very awkward issue at the moment: my render() function returns a portal: ``` render() { const { children, overrideStyle = {}, } = this.props; const portal =...
TODO: - [] Make sure all of new logic is covered by tests and passes linting - [ ] Update CHANGELOG.md with your change **Pull Request Labels** - [ ]...
First of all thanks for awesome polyfill @developit. It's brilliant and altogether with preact it makes a perfect match for our product bundle! As for this issue I'm not sure...
After a chat in https://github.com/developit/unfetch/issues/96 I decided to remove the `node-fetch` imports from `unfetch` definition file as now it produces TS compiler errors. `isomorphic-unfetch` definion stayed untouched.
Hey, We have a simple replicaset/master-slave configuration of Postgresql: 1 master and 2 slaves. Right now I can't see any option to connect to only master and make insert ops...
If you're ready to maintain this repo, please comment.
Forking child processes in node is an expensive operation. Also, subprocesses don't have a shared cache between each other. And if the test is using some `--require` code or just...
@createthis in #203 > I do notice that this feature seems fairly inefficient with 1100+ tests spread out amongst 93 files. > I get a lot of one line outputs...