Vicary A.

Results 319 comments of Vicary A.

According to [ui-ace.js:100](https://github.com/angular-ui/ui-ace/blob/master/src/ui-ace.js#L100) you can do that with `{ advanced: { tabSize: 2 } }`, not very intuitive though.

This issue also prevents snappy support for node 12.

@User1m This is in fact an indirect dependency of [`serverless-appsync-offline`](https://github.com/aheissenberger/serverless-appsync-offline), need this resolved to run unit tests in our CI pipelines.

@ozbillwang Not sure if you're spawning them in docker swarm. If so, ELB may not be able to route inside the swarm ingress network. You could either use host networking...

@humet Would you please provide a minimum reproducing repo so we can better understand the problem?

WeakMap is by definition allow garbage collection and is prune to lost anytime, what exactly is the problem you are observing?

@redbar0n If you read the discussion in quoted issue https://github.com/gqless/gqless/issues/210, you may already know my opinion, that forcing every scalar into a function defeats the attractive design of gqty/gqless. This...

@thelinuxlich This only shares the point that we need to explore the API design front. After some thoughts I think possible solutions are diverging from this issue, a new issue/discussion...

@redbar0n I, for one, thinks the attractiveness comes from the similarity of a plain object. Any reserved names should be kept minimum and follows a predictable pattern, dynamic names and...

@redbar0n The more I think of this, the more I feel this is a fundamental incompatibility between GraphQL and TypeScript. But on the other hand I am very inclined to...