Adam Howard
Adam Howard
If you click somewhere on the volume slider that's near the existing value nothing happens. This is because you're actually clicking on the draggable 'thumb', not the track Adding this...
_Initial PR was on my master branch, but I have more changes to make..._ We store and manage keys for tools like slackcat through environment variables. It an easy way...
Similar to #75 You sometimes need to run an action from outside a connected component. I haven't seen a recommended pattern to do this so have come up with a...
A few of the similar commercial tools allow you to rotate the visual representation around to show depth; helping you understand how your views overlap. I think this could be...
Hi Ben I needed the unescapeEntities method client-side and didn't want to include the rest of the lib in my app so I published it as a [module](https://github.com/skattyadz/Caja-HTML-Sanitizer-unescapeEntities) I don't...
Need to use AVFoundation to sample the screen to work in Lion
Could potentially be more efficient to resize the screen contents down to a 1x1 pixel image in CoreImage. Need to implement and compare
Reducing the number of colors available will make it dramatically harder to use a hash to reverse-engineer a password, as each pattern could be derived from a large number of...