Maximilian Alexander

Results 16 issues of Maximilian Alexander

Curious if this supports garbage collection concepts?

I'm totally stuck but how do I fit something within the menu bounds? I'd like to stick a UITableView here perfectly from end to end. I'm down with autolayout or...

What if I have a declaration of a struct like this? ```swift struct Person { var firstName: String = "Max" var lastName: String = "Alexander" var age: Int = 12...

Hi, I'm quite interested in this project but I was wondering: 1. Is there WiFi Aware https://www.wi-fi.org/discover-wi-fi/wi-fi-aware support? 2. If no, how could we contribute to add WiFi Aware Support...

I can't seem to figure this out but how would I constrain a view above a keyboard?

Creating CocoaPods, added public access for initializers and overrides

I'd love to build a project, mine is named Liquid, that uses ObjectiveRocks however if you add the library you can't compile the pod. ``` s.dependency 'ObjectiveRocks' ``` The compiler...

## Goals A clearer error message that says what the primary key is. ## Expected Results This should tell me what the real primary key is in the error ##...

T-Enhancement

The Electron app needs a place to store things 1. A `tmp/user/${userId}/${rosId`} dir for synced realms 1. A `tmp/user/${userId}/settings` to save things like last opened realm or schema etc... Think...

T-Internal
Pipeline-Idea-Backlog

These are all notification based delegates. They should be optional methods. Right now they're all required.