Adam Tuttle
Adam Tuttle
I noticed recently that you're now a ["verified account"](https://help.twitter.com/en/managing-your-account/about-twitter-verified-accounts) on Twitter. As far as I can tell, the entire process is a secret, from selection to how they actually verify...
That's the only thing that's keeping me from switching from iScroll.
I'm in the habit of hitting my delete/backspace key to wake from my screensaver, but that does nothing with octoscreen. I have to hit a different key to wake it...
I found this when debugging some mysql search strings, so for example looking for a name like "jordan" to appear somewhere in a string, but wrapped with % to match...
The 2nd lesson, on components, teaches both JSX and components at the same time. Some people may have difficulty understanding, or may think that they are the same thing. It...
Seems like Travis has shut off free access for open source projects. We'll need to move our tests to GitHub Actions.
A problem I've seen consistently throughout my time using Taffy and helping others is that we all —myself included— struggle to manually make our API responses consistent with themselves. E.g....
CONTRIBUTING.md currently references the Apache Ant tool and Jenkins under the "Tests" heading, which is outdated. We now use Testbox and Commandbox on Travis-CI for running the tests. It would...