orkenstein

Results 12 issues of orkenstein

1) Dismiss popup on tap to back 2) Fix background alpha for non-animated presentation.

Awesome framework! Please, consider looking into the following issue: I'm trying to embed Grid into the following setup: ```swift import ExyteGrid import SwiftUI struct Test: View { var body: some...

bug
confirmed

By some reason the output is the following: ``` celery_tasks_total{name="local.update_record",namespace="celery",queue="local_develop",state="STARTED"} 0.0 # skipped celery_tasks_total{name="local.update_record",namespace="celery",queue="undefined",state="STARTED"} 1.0 ``` All recorded tasks have queue as "undefined".

bug

This part of code: ``` obj-c - (NSString *)valueOrUnselectedAtIndex:(NSUInteger)index { NSString *value = nil; if (self.unselected) { if (index == 0) { value = self.unselected; } else { NSString *key...

Does not work for: `@property (nonatomic, assign, getter=isBlinking) BOOL blinking;` Crash: `-[UIButton isBlinking]: unrecognized selector sent to instance 0x7bb9c8d0`

Make text field firstReponder

Is it possible to switch editor focus to Lin popup during typing? Don't like to touch the mouse too much

How to avoid shadow clipping by frame? ![2015-11-26 13-51-00 iphone 5s - iphone 5s ios 9 1 13b137](https://cloud.githubusercontent.com/assets/1461936/11421278/cc9d54f4-9444-11e5-8e61-751857ed039e.png)

After submodules checkout: ``` -Subproject commit b0af6c8fc8ed97bb03d3afa4ab42c24f46a9212b +Subproject commit b0af6c8fc8ed97bb03d3afa4ab42c24f46a9212b-dirty ```

I'm trying to connect to **Postgres** db from within my **Docker** image to run tests: ```yaml test_backend: runs-on: group: ubuntu-large needs: build_backend # Service containers to run with `container-job` services:...