Vladimír Gorej
Vladimír Gorej
We discussed the viability of this function with TC39 proposal author and he agrees the function make sense if the library (R, RA) already support polymorphic functions.
Current workaround is to open console (F12) and one can start tying code and execute it. `R` representing Ramda and `RA` representing RamdaAdjunct are available.
Thanks for explanation
Hello everybody, I would like to join the discussion if I may, as SwaggerUI plugin system was mentioned couple of times here. It is worth mentioning from the start that...
Hi @magicmatatjahu, Thanks for finding time to elaborate on this. This discussion is very valuable for me as it allows me to identify "bad parts" in SwaggerUI plugin system. I'll...
I can confirm this issue: ```jsx Hello World, you have {{count}} unread message. ``` is scanned as `Hello World, you have {{count}} unread message.` but the react-i18next search for it...
@techird how do you incorporate your workaround to the scanner config ? Can you provide a POC if you already managed to do it ? THank you
Hi @andreidiaconescu, I've managed to solve it. Checkout this repository https://github.com/char0n/i18next-test. When creating config for scanner it allows you to configure custom **flush** function which can control flushing the data...
If you clone the repo and install and run `npm run i18n:extract:scanner` then you can see only new keys are being added and the already translated stuff is remaining untouched....
@Justkant nice work. Thanks for sharing!