Glen

Results 236 comments of Glen

It looks like `getArgumentValues` is no longer available. There's a related issue @ https://github.com/graphql/graphql-js/issues/2719.

> You can use `key` attribute to avoid this. Not sure how I missed this, although it does seem a little bit redundant if the `content` could be used for...

> I'd say with the current way of forwarding variables that this depends on [sass/sass#2745](https://github.com/sass/sass/issues/2745) We need to be able to call `sass.render()` on the component styles without re-loading all...

Java and PHP both have built-in support for ICU MessageFormat (AFAIK). I quite like it. Are there strong reasons why it may not be suitable? [ICU Message Format for Translators](https://format-message.github.io/icu-message-format-for-translators/)

Thanks for the replies. Regarding Fluent: 1. Are identifiers always required? Choosing identifiers for every piece of translated text in a web application might be a bit painful. I like...

Hi @stasm, 2. I was just imagining having translation data stored in a regular (relational) database, and then loading that into the language-specific representation through some form of abstract adapter....

Interesting – thanks for the links. For the anchor example, my variation would be: ```html ``` ```ini privacy-note = Read our { $privacyPolicyLink }. privacy-link-text = privacy policy .title =...

Related: https://github.com/graphql/graphql-spec/issues/534.

> I believe this stuff belongs to Relay or some other spec, not GraphQL. There's no way to access directive metadata from the client (#300).

> My main concern with this is that you'd need to query `__globalIdField` to know which field it is that you then have to query That's true. If it were...