Daniil Voidilov

Results 19 issues of Daniil Voidilov

In `DefaultTextInputFormatter` method `formatInput` calls `textFormatter.unformat` and `textFormatter.format` methods. I suggest to call `self.format` and `self.unformat` instead, to allow for subclasses change the behavior correctly.

enhancement

`CurrentValueSubject` and `.removeDupilcates()` led to redundant duplications of state and substates in every scope and `ViewStore`

Update RxSwift dependency

Dependency declaration via `DependencyKey` is overcomplicated and requires too many lines of code for one property. I suggest to simplify it and use `KeyPath` itself instead of `DependencyKey`. Example: ```swift...

Right now in `SVGDataImage` and `SVGURLImage` I see modifier `.frame(width: model.width, height: model.height)`, so image always this this size, I suggest replace it with `resizable()` modifier to let user to...

"because RxViewController >=1.0.0 depends on RxExpect 2.0.0..=2.0.0 depends on RxSwift 5.0.0..=1.0.0 requires RxSwift 5.0.0..

macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0 support

Closes #63 Closes #65 ## Proposed Changes - Replace classes with structs and lazy vars with computed vars ## Checklist - [x] CHANGELOG.md updated - [x] Rebased/mergeable - [x] A...

InfluxDBClient.PointSettings.init() is internal and can not be accessed outside of the library