-
Add support for mappings with a class/struct target and a source implementing `IReadOnlyDictionary` or `IDictionary` with `TValue` beeing either `object` or `object?`.
Questions to be discussed:
*…
-
EFCore.PG has its own [JSON mapping mode](https://www.npgsql.org/efcore/mapping/json.html?tabs=data-annotations%2Cpoco), which is distinct from EF's JSON support (currently via owned entities and ToJs…
-
**Description:**
We attempted to upgrade the iRODS HTTP API from version `0.3` to `0.5`. After modifying the `config.json` file as per the new requirements and running the official Docker Hub ima…
-
There are a couple of considerations that need to be taken into account, some of which apply to other bindings as well, and some of which are unique to the C++ binding.
The problem we need to solve i…
-
Hey Dimitri,
Many thanks for an awesome package. Question regarding the HL7 mapping object: did you write this yourself or is there a HL7 resource with the full mapped out object that I can use?
-
If I add the file `meshes/goldbarrel01œ.nif` to a `ansi.BSA` and load the BSA with the library, the file can not be retrieved.
Pseudo-code:
```
bsa::tes4::archive bsa;
const auto version…
-
The `IndividualsTable` methods `sample_sets()` and `get_sample_sets()` are confusingly named as they return similar objects. They need documentation and possibly merging to one function, `sample_sets(…
-
Hi.
Memory is allocated but not freed.
Oatpp v1.3.0
https://github.com/oatpp/oatpp/blob/349d96114ae03ae6fd44dd2a398e5cdd9529fb48/src/oatpp/core/data/mapping/type/Object.hpp#L293-L299
Valgrin…
-
During testing, @alisonelizabeth and I spotted a couple bugs:
1. If you skip the mappings step entirely in the wizard, the mappings object isn't set on the request payload.
2. A field's parameters…
-
Domain Driven Design is becoming more and more popular and it's common to use a Create Factory method to create objects that have more validation requirements than can be added within just a contracto…