Marco Pasqualetti
Marco Pasqualetti
I’ll try to take a look tomorrow morning On 9 Jan 2024, at 17:48, Adriano Raiano ***@***.***> wrote: @marcalexiei can you verify? — Reply to this email directly, view...
I'll try to wrap things up to see if I have understand the problem and the proposed solution: the idea is to provide an option inside `CustomTypeOptions` to optionally enable...
I just noticed that in the typescript documentation is stated that typescript v4 is no longer supported: https://www.i18next.com/overview/typescript > The newest i18next versions only support TypeScript v5. Older TypeScript versions...
@adrai what so you think about this?
> Sorry, missed your question completely... No problem 🙂 --- > My gut feeling tells me, we should keep the v4 support at least a little bit more... but we...
I would like to work on this issue.
As always, for this kind of issues, a minimal reproduction example would be helpful. BTW I don’t know if something more can be done to improve memory usage, so if...
@felixmeziere you can open the PR now if you wish, so we can test you patch against the current types test
A fix with the issue of memory usage has been added via #2166 and is available in v23.11.0
In my real application time goes up from `129.95s` to `147.57s`. The performance is affected whether you provide a `context` to a `t` function or not. In my opinion this...