xurei

Results 28 issues of xurei

It would be useful to have a @transient decorator on fields that we don't want to persist in the DB.

``` Entity { @arrayProp({items: SubEntity}) subs: SubEntity[]; } SubEntity { name: string; value: number; } ``` PATCH with { "subs.0.value": 42 } or similar should be possible. It's not with...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade node-fetch from 2.6.9 to 2.6.11. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade semver from 7.3.8 to 7.4.0. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade core-js from 3.29.0 to 3.29.1. :information_source: Keep your dependencies up-to-date....

Created this PR as it seems to fix the issue.

In some cases, it would make sense to use the weak equality `==` instead of the strong one `===`. Take this example, where two URL parsers give different results :...

This should be easily fixed by replacing the std::list of sources by a std::set This is not urgent, however