-
Attempting to marshal a struct containing a `bool` generates an error that runtime marshalling must be disabled.
```c#
public struct s
{
[MarshalAs(UnmanagedType.Bool)]
public bool a;
…
-
Right now these types don't support marshal/unmarshal from/to json, but implementing this might be pretty handy in the future.
-
Hello @fnando
Thanks for creating this really nice gem to use recurrence. I've spent lots of time trying to create same logic in my project working from database abilities and not recurrence nature o…
-
Aassertion/deassertion masks \(which are output parameters\) are passed in the request as input data.
See baselib/oh\_client.cpp:saHpiSensorEventMasksGet\(\) and marshal/marshal\_hpi.c: saHpiSensorEv…
-
Looks like it's not possible to do the marshaling with indentation. Please consider adding this as a feature
Valve updated
5 years ago
-
This works on other environments, but fails on the one listed above. Below examples show how the RequestType element gets pulled into a parent attribute causing message fault.
Expected Payload:
i…
-
Aassertion/deassertion masks \(which are output parameters\) are passed in the request as input data.
See baselib/oh\_client.cpp:saHpiSensorEventMasksGet\(\) and marshal/marshal\_hpi.c: saHpiSensorEv…
-
Feature request:
https://github.com/cyberphone/json-canonicalization#json-canonicalization
-
-
The code below patches the containers of the first pod. There are two bugs and one question I see here:
1) An init container can have access to a GPU so one may not be able to get the MIG slice for…