Mark Penner
Mark Penner
@r4j4h Those examples are weird. It's creating objects with two properties, `key` and `values`. If anything, I'd want the key to be the _actual_ key for the inner object. I'm...
> I'm curious if you're finding cases where you couldn't express something correctly before, or if this is just purely a matter of convenience? Convenience. I want to keep my...
@aulisius No errors. ``` ❯ npx babel-upgrade npx: installed 217 in 7.539s 🙌 Thanks for trying out https://github.com/babel/babel-upgrade! Updating closest package.json dependencies ``` VCS diff shows only package.json was modified.
My `.babelrc` actually is at the root, next to `package.json`. I don't mind if the comments are stripped if that helps. A copy-paste website would be nice. I didn't realize...
The number shown in badges over at https://nodei.co/ seems to be much more reasonable. Maybe you can use the same API?  
I couldn't for the life of me get yarn to downgrade the moment.js version, even after deleting `node_modules`, `yarn.lock` and `yarn cache clean`. Switched back to npm and successfully downgraded....
Non-automated comment.
It just hangs for me if I try setting `"/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe"` as the `executablePath` unless I also add `userDataDir`. So, final solution to get it to run on both...
@bsmith-cycorp For libraries, Rollup does seem like our only option right now. That's what I did. Wasn't eager to learn new bundler, but it wasn't too hard.
@januszhou Where are you seeing `fetchOptions` as an option? https://www.apollographql.com/docs/react/api/apollo-client/#ApolloClient.query Edit: It does seem to work.