-
**Two cases of rpc mods for producer.**
1) If None is returned from the consume function, I would like the publish function to return None instead of an empty byte string.
2) I would like to be …
-
***procedimiento Desaprobar Validaciones***
-
Hello,
I was following the [DTO Projection](https://docs.spring.io/spring-data/couchbase/docs/current/reference/html/#couchbase.ansijoins:~:text=Iterable%3CAirport%3E%20findAll()%3B%0A%0A%7D-,5.3.4…
-
It seems that as of version 1.2.5, DTO_FIELD_INFO only has "description" and "pattern". Is it possible to support additional properties for DTO fields such as the following?
* Example
* Required
* …
-
I changed pretty much all to dtos.
In Controllers
Only need to change the parameter types to DTO
When adding need to get the returned id for calling 'get..'
-
Discussão sobre a necessidade de utilizar DTO
-
-
Hi,
I try to load the dto for the I2C-1-Bus and a second dto for my extern ADC.
`cape_enable=bone_capemgr.enable_partno=BB-I2C1`
works.
`cape_enable=bone_capemgr.enable_partno=BB-I2C1 , BB-ADC-GPIO`
…
-
The generation of the DTO classes produces results with invalid syntax for DTOs with inheritance, where the 'properties' config is not explicitly set. If the properties config is missing, the copyOf m…
-
Use Symfony Serializer to parse data from API and create DTO for each API endpoint.
The idea is to bring a strong typed model with utility functions to be able to access all data easily.
Endpoints…