Sebastian

Results 14 issues of Sebastian

Hey, when trying to inject code while running (in XCode 5.0.1) I'm getting an EXC_BAD_ACESS exception within dyldbootstrap::start(..): ``` Bundle "InjectionBundle2.bundle" loaded successfully. dyld: lazy symbol binding failed: Symbol not...

Hey guys, I'm basically trying to implement the AppStore example (vertical scroll view with horizontally scrollable sections) but with dynamic type support. In order for this to work I've modified...

**Describe the bug** I have setup a project to support portrait and landscape left/right device orientation. When displaying an ASCollectionView in may app, then rotating the device to any landscape...

Hey guys, I'm facing problems when setting up stubbing for the following protocol: ``` protocol KeyValueStorageProtocol { func load(_ key: String, type: T.Type, completion: @escaping ((T) -> Void), failure: @escaping...

Hey guys, I'm having problems with dynamic type in combination with Pulley. I've put a simple (auto-layouted) UITableView into my drawer VC. When I change the font size in Settings...

When trying to run the example through SwiftCLI on an M1 Macbook I get a "Symbol not found" abort: ``` > swift run StableDiffusionSample "a photo of an astronaut riding...

**Describe the bug** I saw that the app added German i18n translations. However, it seems that at least some of them are done through an AI translation service - they're...

bug

**Is your feature request related to a problem? Please describe.** When requesting a post with an external embedding that has a thumb I have no way of knowing how large...

Hey guys, I'm pretty new to CoreML conversion stuff and took the naive approach of converting a T5-Base model to CoreML (I want to use it to generate summarisations). As...