Wassim Chegham
Wassim Chegham
I can confirm that the Yarn team is using crowdin (http://i18n.yarnpkg.com/project/yarn). I've helped them in the past. The tool seemed to be easy to use. So I do agree to...
I can ping @pixelastic he could probably help with this.
@ladyleet I'll be glad to help or collaborate on this. Lmk.
@xtianjohns Awesome! Could you provide a link to your repo?
would you guys be interested in using [this project](https://github.com/compodoc/compodoc)?
Thank you @danwatford for identifying this issue and working on it.
You can either clear the cached file before calling `require()` using such a helper function: ```typescript function clearCacheAndRequire(module: string) { delete require.cache[require.resolve(module)]; return require(module); } ``` Or, you can use...
@sgollapudi77 did you manage to finish work on this feature?
Hey @lcartel yes, please go ahead. Lmk if you need any help.
Any updates on your side @lcartel ? Let's know if you need help.