anqit
anqit
title pretty much sums it up, would love to be able to use this library in dart pad!
Currently, for collection-for's on nullable collections, we need a null check: ```dart List? myInts = ...; if (myInts != null) { for (final i in myInts) { // use i...
**Is your feature request related to a problem? Please describe.** Certain properties on `NumberFormat` objects behave or are configured differently, according to the specific use case. For example, the `decimalDigits`...
Is it possible to add support for selecting/ displaying multiple ranges at the same time?
It would be nice if `context.transaction` didn't require the passed in `ZIO` to have a `Throwable` as the error type, and could allow and rollback on any error type. Not...
**Is your feature request related to a problem? Please describe.** I am trying to create an `Endpoint` with multiple output error possibilities, and was hoping the combined error type would...