Christoph Tavan
Christoph Tavan
@nayaabkhan can we get the `componentWillReceiveProps` removal commit? I personally don't think there's a need to introduce a breaking API change (second commit) at this point, but it would be...
The deprecation warning was also removed in https://github.com/nayaabkhan/react-polyglot/commit/9210c448b07c5810b97a162e297dc100c3959036 and no longer appears in `[email protected]`
@max-l thanks for the report! Unfortunately I have a hard time reproducing the issue with just the code you pasted above. Would you mind creating a failing test case (e.g....
@Ridermansb @mmermerkaya @GoktuqCan @CodeByBryan could you check if #2467 matches the issue that you are observing?
Hmm, how? ``` git submodule add git://github.com/tim-kos/CakePHP-Asset-Management-Plugin.git plugins/assets ``` will clone into ``` plugins/assets/assets ``` and not work. ``` git submodule add git://github.com/tim-kos/CakePHP-Asset-Management-Plugin.git plugins ``` Will not work if you...
Cool! I would really appreciate your feedback! I just rebased this branch against the current upstream/master. As soon as you've found the time to look into this I'm more than...
@jbaxleyiii now that Apollo Client 2.0 Beta is out, how do you want to proceed with the fetch-polyfill situation? I still believe that providing an `apollo-fetch` package by default (which...
@giautm I have updated this pull request to use `cross-fetch` instead of `isomorphic-fetch`. Would also love to see this merged.
@jbaxleyiii sorry for bumping this again. What holds us back from merging this? I'd be more than happy to get this into a mergeable state. I just saw that `apollo-client`...
I have update the test-suite to use jest, still have to figure out why lerna is not happy yet…