Results 85 comments of Michael

In Chrome: new Intl.NumberFormat('en', {currency: 'IRR', style: 'currency'}).format(10000) "IRR10,000" Intl.js: "IRR10,000.00"

It seems to be related to the lack of an apiToken. Passing a personal auth token to the request gives me the form.

Playing with this some more. Another option might be allowing the user to pass in a custom `graphql_core.GraphQLSchema` subclass. This would allow this kind of customization in a very similar...

This might be more difficult than I thought. Not looking closely enough before, I failed to realize that most of the code, such as `build_ast_schema` is actually part of `graphql-core`,...

@rafalp Thanks for that idea. I can see that this is a way to do it, though I'm not quite sold on it's simplicity. In the meantime I did figure...

When I had this problem - twice, after setting up a new cluster - my impression was that etcd went down. Set up a cluster with three masters (which would...

I would imagine it's difficult! When I initially tried it, I was actually shocked how well it worked. Here are some samples that cause issues: ``` M4.5000 150.1500L4.5000 150.1500Q4.5000 144.7500...

Thanks for looking into it! I'm perfectly happy with the old version for now, just did some semver range upgrades :) and noticed this.

It strikes me that this could possible be implemented by an Extension that generates with and incude nodes.