Stuart Breckenridge

Results 51 comments of Stuart Breckenridge

It works on 10.16. As a heads up it's 11.0 on the DTK, so I assume 10.16 will need to change to 11.0

@Krinkle Spell check is _not_ enabled on that field and capitalisation is disabled. Out of interest, do you have any keyboard text replacements setup?

That is very odd. I can't reproduce it all on an iPhone 12. https://user-images.githubusercontent.com/7046652/126916920-a8eccb99-239f-41cb-a83e-0ddfd9b04aac.MOV

I recreated this setup but couldn't recreate this behaviour. I wonder if it is device-specific as there's nothing in Interface Builder or code that should trigger this.

@vincode-io Proposal: - Move to Swift usage of `OSLog` (see below) - Implement a `Logging` protocol to save on repetition ```swift import Foundation import os.log internal protocol Logging { var...

I thought about it but didn't have enough time to check if any of the extension targets required `Logging` but not `RSCore`.

Removing `os_log` and replacing with `Logger` via the `Logging` protocol is complete for everything bar a few classes that conform to `CloudKitZone`, which can be tidied up later.

It needs a commit to RSCore before the final work can be done in the app.

@vincode-io There are no more `os_log` entries.