-
On version v14.1.0. When choose generate typescript(v4.3) DTO interfaces with axios. The response processor will throw exception. I'm using the debugger, found that the generated client try to use JSO…
alaj updated
2 months ago
-
## Problem description:
The function ReportsV20210630()->getReportDocument return error 400
## Error:
"errors": [
{
"code": "InvalidInput",
"message": "Invalid or unsupported doc…
-
```
@Introspected
data class EmployeeDTO(
val id: Long,
val name: String
)
val result = database.from(Employees).select(EmployeeDTO::class)
```
This will reduce the boilerplate co…
-
clean up service and controller (not used functionality)
-
**Icon Type**
- [ ] Folder
- [X] File
**File Names**
- nest-dto
- nest-entity
**Graphic ideas**
Please refer to [this icon](https://github.com/PKief/vscode-material-icon-theme/blob/main/i…
-
## Long story short
Currently collections have different return values, containers.list() returns list of container objects whereas all other objects return the raw response from Docker engine as d…
-
### What are you really trying to do?
I'm trying add workflow into Temporal Schedule
### Describe the bug
```
#[AsCommand(name: 'check:status')]
final class CheckStatusCommand extends Command…
-
pub struct PostVo{
title:String,
body:String
}
use dto_derive::Dto;
use crate::vo::post::PostVo;
#[derive(Dto)]
#[dto(request)]
#[dto(entity="PostVo")]
#[dto(map="body:content")]
#…
-
### Expected behavior
I'd expect the targetvalues for the source object to be updated even if there is no dto present
### Actual behavior
The targetvalue for the source object will only be up…
-
# Refactor
each page should get their own query service (after having talked with @SaadEGI) about it,
we should add a "ConnectorListPageQueryService" and a "ConnectorDetailPageQueryService", mak…