David James
David James
One of the main reasons I use lazy is when I need access to self, lazy allows me to defer creation of the property to access-time (i.e. when self is...
This caused me some grief with recent update to Xcode 11 GM. Somehow, Swift (5.1) started re-ordering some of DynamicColor's math expressions to use `+` and `-` overloads I had...
It would be helpful to invert only the brightness while retaining the hue and saturation of a color. Is this possible? There is currently `DynamicColor.invert`. Would it be useful to...
Frequently I want to yank some text and paste it over top of other text, repeatedly. To do this I yank the original text, visual select the other text and...