Doug W.

Results 16 comments of Doug W.

Yea just took a look at Apollo 2.0 yesterday and noticed the changes. The Apollo team have published an [upgrade guide](https://github.com/apollographql/apollo-client/blob/master/docs/source/2.0-migration.md) that demonstrates the necessary changes to the instantiation of...

I am using apollo client for API, over websocket - but doing file uploads via axios + multi-part form posts. Depending on the file sizes you are dealing with; reading...

Will probably be incorporating this in an upcoming project - so I would also be willing to try it out! Was going to suggest a branch with the `dist/` included...

Thanks @benwoodward! Yea I figured as much about the logging problem, your CLI idea is a good work around, will try it! Wonder if in the renderer process we can...

@benwoodward I am having some trouble getting the cli script working for react. I am still a bit unclear on how the dependencies are being loaded when run in the...

Was able to get it working, here is a [gist](https://gist.github.com/harmon25/c0d8adce8da27490eab0ec6bb7bab148) Needed to run : ```js require("@babel/polyfill"); require("@babel/register")({ cwd: __dirname }); ``` And it seems to fix the problem I was...

Not sure this is working as intended. Tried using setOptions method, to no avail. Still generating a `.worker.js` file in the build root...which is not being served by the backend....

I do not want to disable it, just have a bit more control over how it is being dynamically imported/referenced. I presume `pdfjs` is being imported/attached to `window`? Was wondering...

I had a similar problem, downloaded latest release from the goon repo for linux_amd64. Got a protocol error launching porcelain. I then pulled the goon repo, and built from source...

Hi @Rionoskae , sorry have not been paying much attention to this Repo, did not actually write the original code - just recreated this Repo after the original disappeared.... I...