RamblinWreck77

Results 8 issues of RamblinWreck77

Hello! I'm getting this weird "Thread 1: EXC_BAD_ACCESS (code=1, address=0x10)" when I do something like the following: let text = "Hello welcome to the %@ App, you can use %@...

Pretty much the title. Trying to migrate from Cocoapods -> SPM, looks like all we need is the manifest file.

* Library setup method: CocoaPods * Version of the library. Example: 11.0.0 * Xcode version. Example: 9.3 * OS version. Example: iOS 10.3 + Hello! So I'm seeing anywhere from...

Wrestled with this for longer than I'd like to admit. Turns out background videos do *not* loop by default and none of the examples I found worked. The eventual solution...

## New issue checklist - [x ] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit) - [ x] I have searched [existing issues](https://github.com/Instagram/IGListKit/issues) and this is not a duplicate ### General...

Generally speaking the fewer URLSession's the better, and some apps need to go beyond URLSession.shared to access advanced configuration that benefits their use case. Currently, inside Network.swift tasks are queued...

feature

Mixpanel SDK: 4.1.0 Xcode: 14.3 iOS: Seems to happen on 16.0+ So we've been noticing a crash inside our notification service extension, which is very simple/only a few lines of...

### Use case Our app requires different timeouts for different network operations, and the (seemingly) current system of setting a global timeout on the URLSessionConfiguration that the entire ApolloClient instance...

feature
networking-stack