Susccy
Susccy
A fix I found is to add a secondary `sortBy` which always sorts by a set field that can't be null. For example: If the field `"middleName"` can be nullable...
@kylezhangjiawei your best bet is to study the source code which will quickly make you realize what huge mess of a library formio.js is.
Since this has the _Awaiting More Feedback_ label I'd like to add that this is an important feature request from me as well.
This just cost me hours of angry debugging because I didn't understand why my peer deps weren't installing and not even showing any warnings in the console. I eventually found...
the nested translations without args supposedly got fixed with #278 but I still have this same issue in 10.2.6: ```jsonc // translations.json { "nestedValue": "world", "foo": "Hello $t(translations.nestedValue)" } ```...
Also just discovered this unit test which explicitly states that nested without args should return the template, not the actual translation: https://github.com/toonvanstrijp/nestjs-i18n/blob/main/tests/i18n-express.e2e.spec.ts#L565-L569
@rubiin that would be a very odd expected behavior and is also nowhere documented. Also I am still wondering why #278 says it was fixed then, because it clearly wasn't...
@rubiin for the time being I'm working around this problem by not using the I18nContext at all (no resolvers as well) and instead only using the I18nService with the `lang`...
does it work if you set `disableMiddleware: true` in forRoot options?
Same problem for me in bash. `pnpm ` only lists directories and files, no actual commands.