Wouter

Results 4 comments of Wouter

When I do not use the JustLog.Logger.shared, but just create two loggers, the app runs well (i.e. 'does not crash') but all logging is still done in only one log...

This is really awesome ... in-memory unzipping! I wrote a small app to test this, using cocoapods to import the dependency. It is unclear to me how I can get...

I solved it: ``` if let archive = ZIPFoundation.Archive(data: data, accessMode: .read) { for entry in archive { do { if entry.path == "myfile.text" { var txtData = Data() _...

Thanks for the added tips!