Dustin Deus

Results 409 comments of Dustin Deus

I'll try to reproduce it on a public repo and send you the link. Maybe we can find a solution to make it work.

Hi @ghiscoding publishing NPM wasn't an issue. We run into a GitHub issue where it is not allowed to push more than 3 tags at the same time.

Check this out https://github.com/travis-ci/docs-travis-ci-com/issues/763#issuecomment-489647446 the workaround would look smt like this https://github.com/lerna/lerna/issues/2218#issuecomment-771876933

Hi, I had the same issue. The workaround works great. @silksil I think it works because when we use different keys react won't hydrate the state from the server but...

@vitebo I tested the beta feature but it didn't work. I set the limit 10 and pushed 5 tags. No trigger.

@ccmcbeck we were also aware of that issue and created https://github.com/StarpTech/graphql-registry It'd be great to get feedback. Apollo example: https://github.com/StarpTech/graphql-registry/tree/main/examples/apollo-federation

If Client Streaming can't be supported yet, how does file uploading work with the connect protocol?

@smaye81 so you propose to build a custom streaming solution? :worried:

This is sad but understandable. It would be nice if this workaround is somehow managed by Connect protocol. As a Dev, I need to plumb all together again, which I...