Patricio López Juri

Results 13 comments of Patricio López Juri

It should have its own module, but I don't know if the core module supports a plugin system

What's the current status of this feature?

For a quick workaround I was able to make it work by passing the global `fetch` instance to the constructor: ```js import { GraphQLClient } from "graphql-request"; const client =...

It was supported by https://github.com/mrpatiwi/ReactNativeTS/pull/5 but then it broke 😢

Related to: https://github.com/mhzed/react-native-sm-transformer/issues/2

Hi @asyncink Looks like a valid reason to revert https://github.com/useflyyer/next-rosetta/pull/25 In the meantime you can go back to version `^1.0.0` where `t` changes when locale changes.

This was implemented, check this out: ![image](https://cloud.githubusercontent.com/assets/7570744/11429338/720679c4-9455-11e5-8eb7-42ef20a2ff8b.png) ``` no-highlight Inline `code` has `back-ticks around` it. ``` ``` var s = "Block highlighting"; alert(s); ```