Adam Doppelt

Results 48 comments of Adam Doppelt

I ended up mixing in a module that prints warnings on excess method_missing calls and exposes `view_context`. It also lazily delegates hot methods like `image_tag`. We couldn't delegate normally because...

OK, I can get back to this now! Work distractions 😄 1. Let's add 'em! 2. I'll try it 3. Sure, good plan 4. I will investigate 5. I realized...

OK, thanks. I like your idea of just calling them all `applying`. That would also be a good time to rename `colored`. 😄 I agree that this is a trivial...

OK, let's start with NSAttributedString.applying and friends. I still think we should do String, because I am quite often doing things like: ```swift var result = NSMutableAttributedString() result += "greetings".localized().applying(font:...

That would've been nice. Worth a shot!

Just to close the loop on this, should I put together the PR as outlined above? `applying` for both `NSAttributedString` and `String`

OK, a few questions before I begin, to save us all time: 1. In the method signatures above the parameters are optional. Is that useful/necessary? If we want to support...

Making progress. Questions around testing: 1. Some test cases have `#if canImport` on the inside, others have it on the outside. Which do we prefer? 1. I can picture a...

footnote - let me know if this would be easier to discuss via slack. I would join the channel, but the links in the readme seem to be broken.

Bump - let me know if you have any suggestions, otherwise I'll move forward with a PR