Michael Kunzmann

Results 5 issues of Michael Kunzmann

I got very excited when I learned about Apollo Federation. One huge use case that I see for Apollo Federation is to allow multi-tenancy for the Apollo Gateway. This would...

``` export { Item } from 'react-navigation-header-buttons'; ``` results in ``` 'react-navigation-header-buttons' has no exported member 'Item' ``` using version 3.0.1

I got very excited when I learned about Apollo Federation. One huge use case that I see for Apollo Federation is to allow multi-tenancy for the Apollo Gateway. This would...

When I install Sinopia under Ubuntu 16.04 and Nodejs 6.9, I get: ``` npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue...

I was referred from StackOverflow to here. http://stackoverflow.com/questions/22669686/importerror-no-module-named-pexpect/22670194 fexpect needs pexpect to be installed on remote system, is this a wanted behavior? I'm using Ubuntu 12.04 as a remote machine....