Alexander

Results 77 comments of Alexander

Interesting use case. We are using ttag-cli https://github.com/ttag-org/ttag-cli for extracting and updating `.po` `.pot` files in our projects.

Hi @andyWynyard! Thanks for the report. I guess you have found a bug. Can you provide please some minimal js source file to reproduce the case? Something like: source file,...

good point, this needs to be fixed

Also, normalization makes a significant CPU load on the server side. Are there any thoughts on this issue?

@dylanwulf Thanks! Seems like it works. Here is my case: 1. Rendering page on a server (fetching data). And here I want to skip normalization to reduce CPU usage. 2....

currently working right at the same thing - https://github.com/AlexMost/babel-plugin-c-3po. Still in progress, will try to have first working solution in a couple of weeks. It's a babel plugin that can...

check out this tutorial about localization with webpack - https://c-3po.js.org/localization-with-webpack-and-c-3po.html.

I have met this issue a couple of times, and that's why I am voting for fixing this issue)

Hi @benjamn! We are following this recommendation, every request creates its own apollo client and InmemoryCache instances. Actually, you can see that there are 57 Apollo Client instances in the...

Great news! @benjamn thanks for the quick research! Please, let me know when we can test those changes