Alex Akers

Results 37 comments of Alex Akers

I would guess that `page.descriptionLabel` is `nil` at the point where you are setting its `numberOfLines` to 0. The `descriptionLabel` property is not set until the method [`-[BLTNPageItem makeContentViewsWithInterfaceBuilder:]`](https://github.com/alexaubry/BulletinBoard/blob/892106f8d7d1d4f3a0992c41ab70405911cfcaf5/Sources/Models/BLTNPageItem.m#L123-L134) is...

@anonrig Upon a more close inspection, it seems that `descriptionLabel.numberOfLines` is already 0 [(ref)](https://github.com/alexaubry/BulletinBoard/blob/01c753352d329f38dd9a5c5cce114aa3d5d8b749/Sources/Appearance/BLTNInterfaceBuilder.swift#L59).

Posted this in keybase/client#12987 but I am seeing issues on macOS too EDIT: Sent log ID `ddbf81b7337280833415221c`

How about something like: ``` @protocol JKCoding - (id) JSONRepresentation; - (id) initWithJSONRepresentation: (id); @end ``` Remember that if we implement something like this, the JSON will just contain an...

No, you're right. You have to develop for 80% of your target user base. The feature I'm describing would be for encoding entire objects, which is something that could go...

Wouldn't it just be easier to merge the pull request and make the changes? I'm sure it would be easier for both of us.

Investigate using [realm/jazzy](https://github.com/realm/jazzy) for this.