Marco Moretti
Marco Moretti
`concurrency` problem should happen only with multiple instances of `setupServer`. Under the hood when `setupServer` is called `http`, `https` and `XMLHttpRequest` are patched to start intercepting requests. So if I...
I have tried to investigate today a little bit. it seems that `nock` is not having this problem simply resetting modules between tests. It is strange because patching `native` modules...
The best way in this case is to use JSON file instead of ts files for translations
Why do you want to add it ? To use JSON files? If I remember well i18next is enough
It is not a problem :). About the implementation I think that with .json is simpler than with .ts. As i suggested here #1919 [Docusaurus](https://github.com/facebook/docusaurus/blob/master/docs/guides-translation.md) is using this service. @rodzy...
I have made a little test about this point. Crowdin has a built-in integration with github. You can choose the branch from which Crowdin should be synched then Crowdin will...
I think that for oneOf relations is good to have a singular noun. It makes the url self explanatory
I could be useful to update/create based on the primary key. Instead of get the entity, check if exist and if not then create, you can instead insertOrUpdate it
I don't know if is very useful here. We can evaluate then
Could we rename `Limit` to `ModelDictionary`? like ```diff diff --git a/src/glossary.ts b/src/glossary.ts index fa730e0..a9cb2ef 100644 --- a/src/glossary.ts +++ b/src/glossary.ts @@ -54,9 +54,9 @@ export type EntityInstance< > = InternalEntityProperties &...