Joe Blau

Results 10 issues of Joe Blau

The documentation in the code say that both [colors](https://github.com/tadija/AEConicalGradient/blob/develop/Sources/ConicalGradientLayer.swift#L63) and [locations](https://github.com/tadija/AEConicalGradient/blob/develop/Sources/ConicalGradientLayer.swift#L73) are supposed to be animatable, but I can't seem to get them to animate with a UIView animation or...

One feature of @orta original application was the ability to update a broken snapshot by just clicking a button. This is useful in the event where you change text and...

enhancement

Stripe video has a really nice animation for touches. https://stripe.com/img/dashboard_iphone/screencast.mp4

Fixes #28 - [x] Updated the readme to have an example for SwiftUI - [x] Added the `@discardableResult` attribute to the return of `handleAuthorizationRedirect` so you don't need to use...

There are a few pure functions without side effects that are private. I'm not sure why, but it makes building UI's a lot harder because you have to re-build the...

Emoji characters aren't showing up on OSX. They just show up as outlines. ![emoji](http://i.imgur.com/FFgZS8J.png)

This library is awesome and I just wanted to suggest that we add this lib to cdn.js. I can do it if you want, but I think this would be...

running `make all` produced these errors ``` ... --smart/-S has been removed. Use +smart or -smart extension instead. For example: pandoc -f markdown+smart -t markdown-smart. --epub-stylesheet has been removed. Use...

Do you have a code example for how this library should be used? I'm calling the API and it looks like I'm not getting back any results.

In memScale.sh the line `top -l 1 | awk '/Phys/{gsub(/[a-zA-Z]/,""); printf "%.0f", ($10/($8+$10))*100}'` Returns `PhysMem: 2410M wired, 2986M active, 190M inactive, 5586M used, 11G free.` And the script parses that...