-
**Is your feature request related to a problem? Please describe.**
I want to use environment variables anywhere in my okteto manifest.
**Describe alternatives you've considered**
Today we do this in …
-
Caused by: java.lang.IllegalArgumentException: Invalid JWS header 'kid' (Key ID) value: 7. Unsupported value type. Expected: java.lang.String, found: java.lang.Integer
at io.jsonwebtoken.impl.Parame…
-
We should pass correct deserializer on series creation
-
写在最前面:
注意看讨论和前后文,有的方案后面已经讨论过是有问题的,谨慎为之
```swift
0 libswiftCore.dylib 0x0000000184f86000 + 3735504
1 libswiftCore.dylib swift_checkMetadataState + 44
2 libswiftCore.dylib 0x0000000184f8600…
-
Consider the following classes:
```dart
/// Enumeration class requiring custom (de)serialization
/// We want it to be persisted as 'R', 'G', 'B' instead of 0, 1, 2
enum Color {
red('R'),
g…
-
# Description:
Create unit test on the `fix::Message` serializer and deserializer using `gtest`
-
Hi - it would really help a lot to get struct deserialize from byte[]. Serialize to byte[] is nice to have. Structs have limited user otherwise or they take a lot of effort to decode. Protobuf would b…
-
**Is your feature request related to a problem? Please describe.**
When implementing WebGPU behind a GPU process, we get the data serialized.
**Describe the solution you'd like**
When "serialize-…
kvark updated
3 months ago
-
Discovered this yesterday. Wrote an impl method like so:
For a lot of simple structs, we can deserialize from an R list object directly into that struct. This is very handy if we want to be able to…
-
We plan to expand the usage of the serializer to be used for network communication.
Currently we are using the less-than-ideal JSON approach, which adds a lot of overhead.
However, due to concerns a…