Jonathan Sibley

Results 9 issues of Jonathan Sibley

After injection (via the `Inject Source` menu item) on the iOS Simulator, my app immediate terminates with Xcode showing an `EXC_BAD_ACCESS` on my Application Delegate. Any ideas as to what...

It seems as though the competition block for the `-uploadLocalDocumentToCloudWithName:completion:` method is always called twice. The reason being seems that it is called [once no matter](https://github.com/iRareMedia/iCloudDocumentSync/blob/master/iCloud/iCloud.m#L710), and then once more...

bug
usability

Would this project be open to supporting SDWebImage as the image cache and download engine, in addition to AFNetworking? Essentially, you could support both by breaking the URL loading and...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 Link to live example:...

bug 🐛
component: select
package: base
package: joy

**Description** I'm a developer at Spruce Health, where we have customers complaining that TextExpander completion is buggy in our web application. We use Slate.js to power our composer text field,...

bug
⚑ cross platform

`@keypath` allows for compile-time validation of the existence of a given a keypath. It would also be useful to validate a keypath's type. The practical application for this is observing...

enhancement

Since ObjectiveSugar doesn't use method prefixes, what would we like to do here? I suggest renaming ObjectiveSugar's method to `containsCaseInsensitiveString:`.

I'm looking in `/src` of this repo and don't see much source code. Particularly not corresponding to what's available in `/dist`. I'm looking specifically to find the code that finds...

Currently, `SLKTextInputbar` offers a lot of functionality for a fairly specific design and layout. The design that I'm currently building against doesn't lend itself well to `SLKTextInputbar`'s layout (for example:...

new feature