-
```rust
#[ligen(C)]
pub type StringF32 = (String, f32);
#[ligen(C)]
fn f(tuple: StringF32) { ... }
```
It would be better to marshall StringF32 as a tuple (#8).
-
From https://github.com/bitcoin/bitcoin/pull/19160#issuecomment-800365092, proxy-types marshalling code is hard to read and understand if it's doing the correct thing. I think it can be improved by ad…
-
In https://github.com/dhall-lang/dhall-haskell/pull/1485#discussion_r339856234 @jiegillet brought up the idea of representing decoders and encoders in a single type inspired by `tomland`'s [`Codec`](h…
-
### Description
ViewModel should not be in charge of their own marshalling/unmarshalling
### Motivation
Explain why this feature is needed.
### Requirements
Create a list of what you want this featu…
-
https://github.com/golang/go/issues/8592
Like this discussion for std json lib. Golang's standard lib won't change, so I really like to see a good third party lib can support.
-
Background information is:
[http://weblogs.java.net/blog/kohsuke/archive/2005/09/using_jaxb_20s.html](http://weblogs.java.net/blog/kohsuke/archive/2005/09/using_jaxb_20s.html)
If you try to use the X…
-
The following code snippet fails to marshal as expected. If @XmlElement is
removed anything works like a charm.
class Order {
private HashMap oi;
public Order() {}
public Order(HashMap oi)
{ this.o…
-
## Problem
Akka stub servers, and more generally scala stubs, can rely on a multitude of Json parsers.
Two approaches are therefore possible when generating projects via openapi: either choose one…
-
I have looked at almost every available article about changing the action bar background to translucent. (amongst other things). It wasn't until I stumbled on someone else's struggles [here](https://s…
-
The openhpi daemon is crashing when trying to get the sensor reading on a sensor which is not supporting the reading (IsSupported is set to False).
According the SAF HPI spec B.02 section 7.2.5, if …