Josh Pyles

Results 8 issues of Josh Pyles

It seems currently when DRPLoadingSpinner's view is removed from the hierarchy the animations are removed which causes it to appear as paused. When resuming the animation via `startAnimating()` upon viewDidAppear,...

bug

I enabled Address Sanitizer after seeing complaints from malloc about memory checksums, and it pointed me to [PKMultipartElement read:maxLength:]. Specifically line 176, where it says: `*(buffer + sent) = '\n';`...

Installed, followed all your instructions on the page, but I get this error: Completed in 25ms (View: 1, DB: 1) | 406 Not Acceptable [http://localhost/concepts/3.json]

If you pod install on a new project in Xcode 10 it will default to Swift version of 4.2, which made some breaking changes that this library needs to address....

This is less of an issue, but more of a question. I'm wondering how you're thinking about handling the equivalent of web3.js' PromiEvent (promise + event emitter). More specifically, I'm...

enhancement

### Use case I've been investigating a regular background crash in our app. After some research, it appears to be due to keeping the SQLite database file located in the...

feature
awaiting response

### Summary It looks like `AsyncGraphQLQueryPager` does not provide updates to previously fetched objects that have changed while it's being refreshed. I'm not sure if this is more of a...

bug
needs investigation

### What happened? I had some trouble getting started with Previews today as a first-time Tuist user and I thought I would share the problems I encountered: 1. Typo on...

type:bug