belovaf

Results 15 issues of belovaf

Run gradle with --configuration-cache failed with: ``` value fixed(class org.gradle.api.internal.file.DefaultFileCollectionFactory$ResolvingFileCollection, file collection)📋 is not assignable to org.gradle.api.NamedDomainObjectProvider ``` This PR fixes this problem.

## Expected Behavior Actix doesn't consume cpu while idle. ## Current Behavior Actix constantly consumes 0.1% cpu while idle. ## Steps to Reproduce (for bugs) Start hello world actix server....

needs-investigation

For example if `Root` has many `Items` it should be possible to save a following DTO (all items should be replaced). I think it is a good idea to introduce...

For example if `Car` has `engine_id` foreign key to `Engine` it should be possible to save a following DTO: ``` Car { id engine { // many properties, but no...

pending