Lucas Paul

Results 36 comments of Lucas Paul

@gazreese Me neither, and I've read that it's a bug with how iOS 12 manages the safe area layout margins... I haven't tested it myself though... If anyone has any...

Hello guys. I've been working on adding TouchID support to MacPass and I've got a version running (still needs some polishing on my side). Should I open a PR once...

I could add an option in the database settings once its decrypted to "Enable Touch ID" (and disable if its enabled) which would ask for your password and save it...

Unfortunately I can't reproduce the issue locally, this is comming from my crashlytics crash reports. I will go tomorrow over every single adapter notificaiton and make sure once again. As...

I've been trying to fix this problem by adding Auto Layout constraints to the Popover. (as stated in #102 ) Width and height constraints work fine but anchors to the...

Any plans on merging this? SwiftDate 7.0.0 won't install when using tuist for our project due to the Project file's missing files, and this fixes that problem.

Thank you for your reply @smart-fun ! Before facing this problem I had never worked with BOM characters before. However, since they are not visible and easy to catch, and...

@smart-fun I think the XML I've posted on https://github.com/smart-fun/XmlToJson/issues/20#issuecomment-542203816 contains BOM characters, as I was not able to parse it.

I'm also facing the same issue, when I try to an API, please find attached an XML that this library fails to parse, due to the /n characters before each...

If you are still interested, I've migrated the library to Swift 4.2 in my PR #15 since I'm using it in two of my production apps and needed to support...