Joe Fabisevich
Joe Fabisevich
@zidonJ Not allowing users to access the StorageEngine from Boutique an intentional design choice. As per principle 1 & 2 discussed in #19, there is only one API to insert...
That's honestly a great question @iamgp, but there are a couple of things standing in my way right now. 1. Simple and straightforward, I need to do the work to...
Donβt worry about it @iamgp, I didn't take your comment at all that way. I'm just trying to do my best to develop a project that many people are using...
I'm also able to recreate this, but there are no scenarios where I don't have any tabs.
@SimplyDanny That'll work great for now, appreciate the suggestion! Thank you very much. π
Cocoapods takes care of the bridging by putting each pod into it's own framework. Your Umbrella header does look correct though. That does give me the idea to just take...
Doesn't look like it works. I added the library into my project without Cocoapods, and `#import "HTMLLabel.h"` into my bridging header, but getting a compile error. ``` private let foo...
I don't think this failure is me, I think it's flaky CI.
Added a test, but I've never used snapshot tests so let me know if that works!