Ehud Adler

Results 16 issues of Ehud Adler

I could be implementing incorrectly but when I set the .animationType it does not take effect. The default animation always occurs. ``` countDown.countdownDelegate = self countDown.animationType = .Fall countDown.setCountDownDate(targetDate: Date(timeIntervalSince1970:...

### Describe the bug When running a Postgres instance I sometimes get back: ``` [ERROR] Connection request timed out. This might indicate a connection deadlock in your application. ``` I've...

bug

I have a few viewcontroller where the background is a NextLevel camera. One pushes to the next .. to the next. Whenever I pop, the screen is black. ``` override...

bug

Is there a way to perform an action when the parralaxHeader is tapped?

Currently, a WIP, looking for some feedback. Closes #374 Quick description: During Editing: Segment Bar recedes allowing easy typing When Finished Editing: Segment Bar appears allowing a quick move between...

🚧 wip
💤 awaiting review

Working on this, if anyone has ideas or suggestions please lmk!

🆕 feature request

This is a bit of a big project but I think at the end we'll have a stronger foundation. We want to do a few things to improve the repo...

🎯 project management

If there are many suggestions in autocomplete when in landscape mode the view can grow to high getting cut off by the navigation bar or another view above it. Sent...

bug
good first issue

Trying to get the comments on a PR. Code: ```swift let group = DispatchGroup() group.enter() _ = danger.github.api.issueComments( owner: "foo", repository: "bar", number: danger.github.issue.number) { (response: Response) in switch response...

Is there a way to get the number of rows the tag view will show given a certain width and set of tags. I think rows are used as the...