Olexii Pyvovarov

Results 13 issues of Olexii Pyvovarov

.reserved (need to think what where to move) `forEachEnumerated(_:)` -> `Sequence` `get(at:)` -> `BidirectionalCollection`, can be Collection, but I don't think it's good enough, bidirectional is better `containsType(of:)` -> `Collection`...

enhancement

"._".localized "._".localized.comment("._") "._".localizedFormat(arg1, "arg2", 3) "._".localizedFormat(arg1, "arg2", 3).comment("._") "._".localizedPlural("s") "._".localizedPlural("s").comment(".*") What do you think about: 1) Removing parentheses from localized, making it computable property 2) What do you think about...

- Expected behavior and actual behavior. Actual behavior ![screen shot 2016-08-30 at 13 43 12](https://cloud.githubusercontent.com/assets/8293191/18089951/0ad8f776-6ecb-11e6-809e-149b584b5db8.png) ![screen shot 2016-08-30 at 13 45 23](https://cloud.githubusercontent.com/assets/8293191/18089955/0e17afa4-6ecb-11e6-8faa-fb967bb35478.png) Expected behavior: The whole menu view to be...

This is demo for `default` looks like when opening the screen and ES hides pull to refresh (header of the cell is under navigation bar) , also ESPullToRefresh begins to...

Is there any way to set vertical separator color to `.clear` and row separator color default?

Hi there, Trying to adopt this library for video recording in the project, but face strange issue. As far as I researched the issues section, this problem with mirroring mode...

``` case .notAuthorized: // Prompt to App Settings self.promptToAppSettings() case .configurationFailed: // Unknown Error DispatchQueue.main.async(execute: { [unowned self] in let message = NSLocalizedString("Unable to capture media", comment: "Alert message when...

`"*** -[AVCaptureSession startRunning] startRunning may not be called between calls to beginConfiguration and commitConfiguration"` Example setup: ``` public private(set) lazy var cameraManager = with(CameraManager()) { $0.shouldEnableExposure = false $0.cameraDevice =...

Has anybody tested this for iOS 11? If you set header before viewDidAppear, than first row(s) are hided under navigation bar. If you try to begin end animation multiple times...

"They used to work here, _____ they?",hadn't,weren't,didn't,used not,0,0,1,0,4 Created through Microsoft Excel, but "They used to work here, _____ they?" parsed as two different tokens, instead of one. So quotes...