StevenGranados
StevenGranados
Using something like LZMA or bzip would reduce the size. I estimate on my app, a factor of like 1.8x. I don't know how quick it would be to decompress,...
While using the AutoMapper ProjectTo function to map between nested owned entity types and other types. Specifically adding the `Data` property on the `B` type and the `BData` property on...
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Is backward-compatible? | ✔️ | Tests pass? | ✔️ | Fixed...
### General information Having `uniqueItems: false` in the schema leads to the `uniqueItems` validator running when it should not. - json-editor version: 2.15.1 ### Expected behavior `uniqueItems: false` should not...