luke sadler

Results 31 comments of luke sadler

@xs6615 I have used this library to create my app. I have made the code public [here](https://bitbucket.org/mylogon/jigsaws/src/default/). Feel free to take inspiration. The app is available for free [here](https://itunes.apple.com/us/app/diy-jigsaws/id1457679980)

You’re welcome. I hope it helps you out. > On 11 May 2019, at 5:44 am, xs6615 wrote: > > @mylogon341 , this is very kind of you. I will...

@JohnSundell Would it be possible for you to accept this merge? It'd be great to have this addition. Or is there a reason it has not been added yet? @robertmryan...

Actually, the only thing missing here is that you've not marked your new extension as `public`, leaving it inaccessible.

In case anyone is wondering what @warren-gavin is talking about, I've also added the following as a function in my `AppDelegate`, which I call at the end of `application(application:didFinishLaunchingWithOptions:)` ```...

Is there a way to do anything like this manually yet? I migrated my docker container/ configs to another machine but just wanted to re-download the media on the new...

Hi. I'm also trying to retrofit this into an iOS15 project. I tried integrating `xcstrings-tool` but when trying to pass in a string into a struct constructor, the error im...

> @mylogon341 please share the code that you’re trying to use. For iOS 15, you’d need to resolve the String directly rather than passing the generated type into something like...

@rrbailey89 @gshlomi Did either of you figure this out in a graceful way at all? I'm trying to set this up myself. I can easily get it to send SMTP...