MikeSnyder360

Results 4 comments of MikeSnyder360

I've also tried to override this way: ``` flask_security.utils.login_user = login_user flask_security.login_user = login_user ```

Thanks @jwag956 ! I appreciate your feedback. It's more from an administration standpoint. If I want to know 'whose logged in right now', I don't really have a way of...

There's a few deprecated things in use here too - /Users/mike/work/xxx/IOS-nRF-Connect-Device-Manager/Example/Example/View Controllers/Scanner/ScannerFilterViewController.swift:9:34: Using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead /Users/mike/work/xxx/IOS-nRF-Connect-Device-Manager/Example/Example/View Controllers/Manager/FirmwareUploadViewController.swift:24:26: 'UIDocumentMenuViewController' was deprecated...

It seems the upload function wants [Images] which maps to ` public typealias Image = (image: Int, data: Data) ` Right now, its only being provided imageData, which is type...