Ethan Setnik

Results 148 comments of Ethan Setnik

I can confirm this is still occurring on v22.4.10

@adrai see https://github.com/i18next/i18next/issues/1972

@pedrodurek sorry I have been trying to build a reproducible example but I cannot even get the example I put together to typecheck cleanly due to https://github.com/i18next/react-i18next/issues/1647 so I cannot...

Unfortunately no it's the same issue

I am still experiencing the issue and stuck on the older version until it is resolved. The last version that is able to lint my project without `Allocation failed -...

I'm having the same issue on typescript v5 but only when using keys from the default namespace. For example, in the below code the `required` validator and the `minLength` validator...

Was this change documented somewhere? Previously `'Yes'` and `'No'` were the only values that seemed to work.

> The new release accepts `true` or `false` for connection options. You could change it like this. > > ``` > 'Encrypt' => 'True', > 'TrustServerCertificate' => 'True' > ```...