Nikita Dauhashei

Results 7 issues of Nikita Dauhashei

Are there any plans to implement this for providers? https://docs.google.com/document/d/1KIiq5CdqnSXxQXbZIDy2Ukc-JHFyLak1JR8e2cm3eO4/edit#

enhancement

**Describe the bug** I can not select an item in the list. And the one that I chose (I pressed so many times) did not change anything **Expected behavior** What...

bug

Error: ``` Unhandled exception: type 'String' is not a subtype of type 'TestEnum' in type cast #0 _safeKeyFromJson (package:fast_immutable_collections/src/imap/imap.dart:1444:14) #1 new IMap.fromJson. (package:fast_immutable_collections/src/imap/imap.dart:414:50) #2 MapMixin.map (dart:collection/maps.dart:170:28) #3 new IMap.fromJson (package:fast_immutable_collections/src/imap/imap.dart:413:12)...

feature request

**Describe the bug** ``` error: Undefined class '$TestEnumCopyWith'. (undefined_class at [bug] lib/freezed_bug.freezed.dart:32) error: Undefined class '$TestEnumCopyWith'. (undefined_class at [bug] lib/freezed_bug.freezed.dart:56) error: The method '$TestEnumCopyWith' isn't defined for the type '_$TestModelCopyWithImpl'....

bug
needs triage

**Is your feature request related to a problem? Please describe.** It would be great to be able to have a `geopoly` module which is described here -> https://www.sqlite.org/geopoly.html **Describe the...

enhancement
package-sqlparser
package-drift
area-query-builder
area-analyzer

```swift @objc func currentUserState() { self.result!(awsClient.currentUserState) } ```

## Description Before this PR: `logEvent` did not accept `items` inside `parameters` After this PR: `logEvent` can accept `items` inside `parameters` Reason for this PR: On my project, our backend...