-
The `DateTimeOffset` implicit operator internally convert the input `DateTime` to `DateTimeOffset`. This conversion will depend on the `DateTime.Kind` value. If the value is `Unspecified` or `Local`, …
-
Grails cxf plugin, how to use user-defined DTO as a parameter and return value, DTO contains any-type such as greoovy def data type
-
I’m wondering if anyone has tried to create a REST api that exposes functionalities from pythonocc.
Something similar to what Rhino Compute does with Rhino and Grasshopper.
I’ve quickly tried today …
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Per official doc, when `MudTextField` is bound to non-nullable value types, it will auto assign default value to empty input.
This behavior can already be problematic when that default value, such …
-
As a developer I would like to have my entities and DTOs implement a common interface (one for entities and one for DTOs) so that I can code common operations targeting generic entities and generic DT…
-
Hello,
I am at a point where I need to generate sample data from a schema and for that I need to have all possible values of the schema tree.
I notice there is a `.deepPartial` method but I need…
Zehir updated
4 months ago
-
### Summary
As posted on Discord, I was surprised to realize that the return type annotation is not validated; e.g. this doesn't raise an error:
```py
@get("/")
async def hello_world() -> float:…
-
```
What steps will reproduce the problem?
0. mapping Dto -> entity
1. only one CustomMapper
2. Dto class contains: public LocalDateTime createdDate
3. Entity class contains: protected Date createdDa…
-
Hi team, I have some problem when trying to use dataclass annotation, marshmallow schema and flasgger, it seems that Flasgger cannot included complicated type such as this enum in this example.
It wo…