Seth Sandler

Results 49 issues of Seth Sandler

Is there an option to have the whole control scroll horizontally if the list of items is long? I couldn't find an option but thought I would check. It seems...

When using MacCatalyst, the platform returns x86_64. In FTFeedback, that returns the string `Simulator` which Apple reject since they're not testing on the simulator.

I'm trying on two real devices and it's hard to tell if it's a library thing or bugs in the OS (which seems more likely), but I can't get a...

Is it possible to set a background image (or other image) from an external URL so that it's possible to update/change images on the fly as well without having to...

feature
discussion

I've defined a method stub where I'd like to update the `count` field optimistically and use latency compensation. ``` NSUinteger count = 10; // define stub [Meteor defineStubForMethodWithName:@"createNote" usingBlock:^id(NSArray *parameters)...

Right now METAccount uses the bundleID and no access group for storing account credentials. We're writing an extension and we'd like to be able to share the credentials across extensions...

It would be a cleaner interface if the Create Todo Box was collapsed and a button 'create a todo' would expand or show it. For example, in basecamp there's a...

Allowing commenting on todos would make it very close to BaseCamp functionality (it's the one main thing missing).

On iOS8 (haven't tried on iOS7), the example project tableview doesn't scroll up/down. The UIScrollView seems to be blocking scrolling up/down.

enhancement

In meteor, sometimes "update" is sent before "result" and sometimes after. Currently, if "result" is sent prior to "update", the methodId is removed from _methodIds and therefore, the update notification...