-
HalBuilder appears to introduce more complexity than is required for HAL support. Refactoring would include:
- all DTOs to inherit from EntityDto
- EntityDto to have Map for _links
- EntityDto to hav…
-
## **FRQ 1: 2D Array**
In the first FRQ, which centers on 2D arrays, the focus is on the manipulation of 2D arrays, specifically examining the diversity between rows. Although our project does not …
-
### Description
Some of my properties represent a Date (2024-08-31), not a Date and Time (2024-08-31 15:10:00). Right now I have to use DateTimeImmutable type hint what gives wrong information about …
ghost updated
2 months ago
-
**Description**
Develop an API endpoint to allow runners (service providers) to set their availability for real estate service bookings. This API will enable runners to update their schedules, making…
-
```
static input ParentInput {
fuzzy child {
name
}
}
```
When I call `sql.save(ParentInput())` jimmer tries to disassociate `Parent` and `Child`.
And this dto works as expected:…
-
**Is your feature request related to a problem? Please describe.**
I'm the maintainer of [OpenLLMetry](https://github.com/traceloop/openllmetry) where we built a set of extensions of OpenTelemetry fo…
nirga updated
9 months ago
-
##### Description
I am using the Swagger Codegen to generate a JAVA client to request a Spring Boot API.
This API provides a POST web service which takes a **JSON** parameter "dto" as a part…
-
This Friday, 2020-07-10, I started to use the library and after two hours I just stopped and started to use the old library again. The problem I had was I couldn't figure out to get a batch of contact…
-
-
I think that the `ArgumentsTransformer` class and the associtated expression function `arguments()` should be reworked/removed and here I explain why:
I will speak about the current transformation …