Alexey

Results 56 comments of Alexey
trafficstars

I think it is impossible to read the http response stream twice. However the raw parsed json is available as `response.document`. Can you give more details about your use case?...

Ah I see what you mean. I will tweak the RoutingClient responses and expose the raw document, should be straightforward enough. Meanwhile you can try using the low-level [Client](https://github.com/f3ath/json-api-dart/blob/master/lib/src/client/client.dart) class...

> How about include the https://pub.dev/packages/japx package to provide more efficient way to read jsonapi response in our `json_api` package? I don't see significant benefits in including it as a...

I understand the conflict happens in the "Unreleased" section when a feature branch get merged into "main". I also assume that you have some sort of automation in place which...

For more complex scenarios you might want to use [change](https://pub.dev/packages/change) directly to modify the changelog before calling `cider release`.