Andrei Ceaus
Andrei Ceaus
A use case is when using constructs such as `Optional` or `Option`. For example: ```dart import 'package:json_annotation/json_annotation.dart'; part 'example.g.dart'; @JsonSerializable(includeIfNull: false) class Person { final String firstName; @JsonKey(includeIfNull: false) final...
**Is your feature request related to a problem? Please describe.** The default error pages cannot be overridden and they contain sensitive info such as the internal error message and stack...
I've tried running the tool for the first time for iOS and I get ``` flutter pub run flutter_launcher_icons:main Android minSdkVersion = 16 Creating default icons Android Overwriting the default...
### Describe what happened I can't find how to define the capacity provider when using `awsx.ecs.EC2Service`. It seems to have been reported before in https://github.com/pulumi/pulumi-awsx/issues/510 and added, but now it's...
When using the `zio-json` decoder derived from a `Schema[NonEmptyChunk]`, `decodeJson("[]")` throws an exception instead of returning a `Left` as expected. ```scala import zio.NonEmptyChunk import zio.schema.codec.JsonCodec.jsonDecoder import zio.schema.Schema val schema =...