-
- [ ] evoCampus/evowatch-backend/issues/3 Create sereies DBO
- [ ] evoCampus/evowatch-backend/issues/5 Create sereies DTO
- [ ] evoCampus/evowatch-backend/issues/9 Create controller for series
- [ ] e…
-
## Bug Report
It regenerates the same type as many times as it is reused.
### Summary
```ts
/** Actual behavior in Test case `clone-type-create-duplicate` */
export namespace Exception {
…
-
#2294 introduced the Fluent API. However, scheduling issues prevented us from implementing class-based DTOs.
As part of that development effort, the following chunk of code from `FetchableFluentQue…
-
Create a PhoneDTO class to represent data from both websites.
-
Create dto's for all entities.
-
-
How to prevent adding [key: string]: any; ?
I want to include only my schema properties but the generator adds also the general index signature.
```typescript
export interface IAlertDto {
i…
-
#### Bug Report Checklist
there is missing `java.util.function.Function` import for:
```java
public final static Map VALUE_MAPPING = Map.copyOf(Arrays.stream(values())
.collect…
-
- Crear modulo user:
- Crear su controller, module y service.
- Crear la entidad user con las propiedades:
id: UUID
name: string
lastName: string
email: string
password: string
cuil: number
rol: str…
-
Hi, I'm currently using pyxcp to read some signal's values using DAQ, but ran into a "bytearray index out of range" error that makes me unable to read the values.
![image](https://github.com/user-a…