-
### Package
Sentry
### .NET Flavor
.NET
### .NET Version
8.0.2
### OS
iOS
### SDK Version
4.2.1
### Self-Hosted Sentry Version
_No response_
### Steps to Reproduce
…
-
### Description
Right now in my OpenAPI yaml, we have a component with a field that is marked as follows:
```yaml
type: object
additionalProperties: true
```
This results in a generated object…
-
From https://future.futureverse.org/articles/future-4-non-exportable-objects.html#package-rcpp:
```r
Rcpp::sourceCpp(code = "
#include
using namespace Rcpp;
// [[Rcpp::export]]
int my_lengt…
-
I found proto.Marshal() would panic in the following case:
test.proto:
```
syntax = "proto3";
package main;
message Foo {
}
message Bar {
repeated Foo foos = 1;
}
```
run:
```
…
-
### Background and motivation
System.Runtime.InteropServices.Marshalling.DelegateMarshaller for delegate
The System.Runtime.InteropServices.Marshalling namespace already contains a number of XXXMars…
-
I have some comprehension issue related to marshalling and parsing.
### Marshalling
Let's start with the marshalling. It is defined in the doc that it should be used `"to control what data you a…
-
![image](https://cloud.githubusercontent.com/assets/24907968/23158410/11d7ba9e-f85a-11e6-8c2d-b621f7cb5258.png)
-
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: saHpiSensorEventMask…
-
## Description
`well_known_regex` is on a `string` type. `string` must be a valid UTF-8 encoded Unicode code point sequence. But HTTP header values don't have to be. I.e. valid HTTP header values c…
ash2k updated
2 weeks ago
-
For jagged arrays, the marshallers won't free a partially marshalled inner array because it doesn't consider the inner array to have completed marshalling until all inner elements are marshalled, and …