Dotan Simha

Results 242 comments of Dotan Simha

@darkbasic we should also update the version of `angular-universal`, but it probably has breaking changes since we did not update it in a long time.

@Sauermann We used Mocha in angular2-meteor tests, you see it here: https://github.com/Urigo/angular2-meteor/tree/master/tests

@remorses I can under your point of view. But, we would like to have a generic CLI for GraphQL, that isn't too much opinionated. * The plugin packages are less...

Agree with @ardatan on that. We decided to drop Lerna since Yarn Workspaces manages deps linking for us, and there is no reason to use Lerna for releases only. We...

> @dackland Since ApolloServer isn't able to take a custom execute function in favor of `graphql-js`'s default one(while the most of the other server solutions support that), we decided to...

> @ardatan or @dotansimha, can you comment on the above code snippet? It has addressed our performance problems, and we're seeing field usage and tracing in Apollo Studio again. Since...

Hi @spencermefford ! Currently, we are only adding middleware and not overriding. @kamilkisiela thoughts?

Hi, 1) actualy changed it because of some problems I have specific in my enviroment that related to the https... I can be reversed to https. 2) I changed the...

Also, accessing from HTTP to HTTPS might cause some errors related to Cross Origin. I think it should be a configuration option..