Konstantin Pelz

Results 8 issues of Konstantin Pelz

If a field is private and the `@JsonKey` annotation field `fromJson` is set, the serializer ignores this. Here my example model class: ```dart part 'comment.g.dart'; @JsonSerializable() class Comment { String...

Type: enhancement
pkg:json_serializable

As far as I know dartx's content is only documented in code and in README.md. Would be nice to create some real docs like [dart itself does](https://api.dart.dev/stable/2.12.2/index.html). I've never done...

Currently it is only possible to use a 3D map (at least it looks like I'm not looking from above, more like from the side). This can cause problems on...

enhancement

The conversion of a timeseries object to a Panda DataFrame should contain the unit and denominator. This is particularly useful since the introduction of unit conversion for multiple endpoints. The...

enhancement

The weather icon is displayed with an offset to the bottom compared to other icons. Here is a screenshot of what I mean: ![image](https://user-images.githubusercontent.com/25869589/86807749-6ddd8a80-c07a-11ea-912c-5490957891c7.png) From top to bottom the icons...

### Version v4.2.0 ### Context We have a PostgreSQL database with a column of type Array. The following line of code always returned an `JsonArray` without any problems. Once we...

bug

My system has a broker with two sockets, one xPub and one xSub. When I try to subscribe the xSub socket to all topics I get an `IllegalArgumentException` with the...

#### Describe the feature If the content type of a request is not matching the accepted content types, a `415 Unsupported Media Type` status is returned. According to the [mdn...

enhancement