Christian Vetter

Results 18 issues of Christian Vetter

E.g.: ``` // /* // * This is a comment about Bar // */ type Bar struct { descriptor flatdata.MemoryDescriptor position int } ``` FYI: @artemnikitin

Go

- [ ] How to flatten nested structures - [ ] How to serialize heterogeneous vectors - [ ] How to build archive in C++ - [ ] How to...

C++ and Rust support enumerations, but Go readers to not yet

I have been trying to figure out if I can grant read access to specific email addresses when uploading files/folders, but it is not clear to me from the documentation....

feature-request

One of the main things the SDK does is issue network requests. These are issued all the time, and outputting log messages for them is more akin to tracing the...

Not all template functions were actually compiling, and no test ever instantiated the classes fully.

When encountering an unknown attribute serde_json is listing all available attributes, e.g. ``` invalid JSON: unknown field `tell_me_your_secrets`, expected one of `foo`, `bar`, `experiment_38a` at line 1 column 24 ```...

Currently bindgen will generate code that derives for opaque types, e.g.: ``` C typedef struct MyOpaqueStruct MyOpaqueStruct; ``` ``` rust #[derive(Copy, Clone, Debug)] pub struct MyOpaqueStruct { _unused: [u8; 0],...

bug
help wanted