Andres Canella
Andres Canella
@piemonte I found the same issue I found in your [other lib](https://github.com/piemonte/PBJVision/issues/328) in this lib. When you capture continuously and flip the camera mid capture. The audio get's chopped and...
Keyboard target moved, I've targeted the new location. But have not gone in deep to check how all your code works. I've not tested with older versions of iOS, but...
I've been trying what according to documentation should work but can not get 'debug' level printout. ``` Log.enable(configuration: [XcodeLogConfiguration(minimumSeverity: .debug)]) Log.info?.message("info") Log.debug?.message("debug") Log.error?.message("error") ``` output: ``` 2017-06-01 17:03:11.703661-0600 xxx[81389:1957145] [CleanroomLogger]...