-
If you have a model with custom type and you create the table using `NewCreateTable().Model()` the type created in the db will be for type of the property rather than the underlying type that is produ…
-
**API Platform version(s) affected**: 2.6.2 to 3.3.6
**Description**
PR #4019 introduces an anonymous service argument in `openapi.xml` for the service `api_platform.openapi.normalizer`. Whilst …
-
**Is your feature request related to a problem? Please describe.**
Using `@namespace.marshal_with` multiple times on one method results in only the outer-most `marhal_with`'s model being used. The on…
-
I'm running vllm with:
- model = `meta-llama/Meta-Llama-3-8B-Instruct`
- DJL image = `763104351884.dkr.ecr.us-west-2.amazonaws.com/djl-inference:0.28.0-lmi10.0.0-cu124`
- the env of the deployed…
-
Given an USGS Shakemap ID, get the corresponding rupture, exposure, vulnerability functions and GMPEs and perform a risk calculation (see https://docs.google.com/document/d/1mS2S7yOohiJjiEqL85E65k2XbO…
-
enhance metadata in codemeta.json by harvesting data from pyproject.toml and poetry.lock
also mentioned in #95
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
I found a related issue, https://github.com/pydantic/pydantic/issues/5436, which ran into this for V1, but this issue i…
-
Pydantic automatically supports [JSON Schema Draft 2020-12](https://json-schema.org/draft/2020-12/release-notes.html) for all JSON-serializable types. Custom types that are not `pydantic.BaseModel` an…
-
#28871 tracks weakly-typed JSON mapping via JsonDocument/JsonElement, where the JSON document schema varies and so a strongly-typed model isn't appropriate.
We can also allow simply mapping arbitra…
roji updated
5 months ago
-
I have after almost a decade with JSON, decided to use CBOR as the foundation for new designs (except for browser-based applications where the JavaScript/JSON combo still makes sense).
The rational…