Joe Fabisevich

Results 47 issues of Joe Fabisevich

I have a very simple model, it's a few booleans, Strings, and so on. ``` import AutoCoding public class Bitlink : NSObject { var longURLString = "" var shortURLString =...

At the moment the implementation of `CacheKey` is optimized for keys that are file-system safe, accomplished by hashing the `CacheKey`'s `String` parameter into a `String` that's safe to save on...

future version

While Boutique updates in real time by nature, this would be a useful for when inter-processes changes occur. A use case that comes to mind is when a share extension...

help wanted

Currently this requires only a few code changes but adds warnings that I honestly am not familiar enough with to figure out the right solution, so I would be grateful...

Right now the `@Stored` property wrapper has an implicit assumption that the parent is an `ObservableObject` so the Store's changes can be republished. We can't make that assumption in an...

The code says to define the width of each tile as so: ``` - (CGFloat)widthForTileInScrollView:(DARecycledScrollView *)scrollView ``` but crashes. The appropriate method is: ``` - (CGFloat)widthForTileAtIndex:(NSInteger)index scrollView:(DARecycledScrollView *)scrollView ```

I use ESPN's Scorecenter app to get sports news pushed to me, and if I don't see it at first, or get another message at the same time, then I...

I'd like something a bit faster than the normal speed, but not quite as fast as 1.25x. Thanks a lot!

player
feature

I'm filing a bug based on our conversation starting here: https://twitter.com/mergesort/status/867091524353486853 It appears to be a side effect from adopting the `PINCaching` protocol.

swift

Hi there, I was wondering if it'd be possible to add a changelog so it's more easily visible what's changed between versions. I generally read between the commits, but it's...