Tom Winzig
Tom Winzig
It seems like most of the configuration documentation is talking about sizing things for landscape oriented material. Is there any advice for getting iframes in a vertical orientation? Imagine an...
In certain situations we are running into an EXC_BAD_ACCESS at this line in `TLYShyScrollViewController` in version 1.0.0: ``` self.scrollView.frame = frame; ``` Looking at the stack at the time, it's...
I've been making small hacks to a fork of TSMessages to make it work better in a project I'm working on. Recently we began using [TLYShyNavBar](https://github.com/telly/TLYShyNavBar), which offers Facebook/Instagram-like shrinking...
Is there any interest from anyone else to be able to use emoji instead of images? E.g. instead of specifying an "imageName" in the design .json file, you'd specify something...
A user was unexpectedly able to upload a file of type `application/vnd.openxmlformats` today (some sort of document), via Google Docs. Our `accept` list of extensions and mime types does not...
The description indicated one should use the `ADD` action, but the code sample uses the `SET` action. Correcting the documentation to use `SET` in both places. *Issue #, if available:*...
I've built ADNKit using the make_release.sh script, but when trying to build my iOS app in Xcode 5.1 beta (build 5B90f), I am receiving this error: ``` ld: building for...
I wrote some code against release 1.3.1 which creates channels, and it was working. I decided to fork ADNKit to try and mess with a few ideas, and noticed I...
There are currently two `XLFormSectionInsertMode` modes (`.LastRow` and `.Button`), and both seem overly complicated to me. I wanted to make sure that I'm not just missing some behavior already available,...
Getting a spa installed and asked about WiFi/app control, and they indicated they could install the "Balboa Worldwide" wifi module. After looking at their official app in the App Store,...