Bartłomiej Świerad
Bartłomiej Świerad
I noticed that I had a warning if a localization key was missing in one of the localization files. I also would like to be warned if some keys in...
When I try to change color without changing a value, it doesn't update the displayed bar color. I use it in uitableview. It is annoying but fortunately, I can force-update...
What I'm trying to do is to get sorted and paginated categories: ```swift Category.query(on: req.db) .sort([Category.FieldKeys.nameEN, Category.FieldKeys.namePL]) .paginate(PageRequest(page: options.page, per: options.itemsPerPage)) ``` The logs I get from my database: ```...
I tried to fix #760 regarding strict concurrency checking mode in Xcode 14. Tested only on the Example project
I get the error on every line containing ```swift return UIKit.UIStoryboard(resource: R.storyboard.anything) ``` also happens for `UIKit.UINib(resource:)` IDE: Xcode 14 RC Target: iOS 14
Fixed issue #996