-
### What are you really trying to do?
I'm trying to use enum class to pass it to activity as an input.
### Describe the bug
Activity deserializes bytes to list of chars instead of given…
-
### Link
https://www.tongou.com/product/zigbee-smart-circuit-breaker-rcbo-tosmr1/
### Database entry
{"id":11,"type":"Router","ieeeAddr":"0x94b216fffece0cae","nwkAddr":33135,"manufId":4098,"m…
-
Hi, I have an issue with enums using spring-data-jdbc.
I have a Java enum type:
```
public enum Sentiment {
POSITIVE,
NEGATIVE,
NEUTRAL
}
```
And a corresponding enum type on one o…
-
### Link
https://fr.aliexpress.com/item/1005007443856555.html?spm=a2g0o.detail.pcDetailBottomMoreOtherSeller.7.4b37zI4NzI4NIZ&gps-id=pcDetailBottomMoreOtherSeller&scm=1007.40050.354490.0&scm_id=1007.…
-
In our `zod-helpers` package we have a few common schemas defined that help solve common validation problems.
But some of these schemas use Zod features that the OAS converter doesn't have support for…
-
### Link
https://vi.aliexpress.com/item/1005006902297209.html
### Database entry
Three Curtain motors:
{"id":55,"type":"Router","ieeeAddr":"0x7cc6b6fffe68838f","nwkAddr":8189,"manufId":409…
-
### Link
http://www.leapmmw.com/
### Database entry
{"id":2,"type":"Router","ieeeAddr":"0xa4c1385406d5e8f6","nwkAddr":4964,"manufId":4417,"manufName":"_TZ321C_fkzihax8","powerSource":"Mains (single…
-
Hi,
I would like to ask, if there is a way how to disable default JsonConverter `StringEnumConverter` which is automatically generated for all enum properties when generating Csharp client? I would…
-
### Motivation
```yaml
paths:
/greet:
get:
operationId: getGreeting
/count:
get:
operationId: getCount
```
The actual path of the endpoints that we define is only…
-
### Use case
hi, I saw this discussion #2963 .
But the reality is that in many cases, we will not use the enum.ordinal , but will use some custom int fields, such as `code`, `value`.
```java
@…