-
iFixit
- San Luis Obispo, CA
- http://www.danielbeardsley.com/
Block or Report
Block or report danielbeardsley
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
service_contracts Public
A collection of service contracts for the development and design crowd
-
php-call-site-stats Public
PHP library allowing efficient collection of arbitrary line-level stats about function-call sites into a particular class or method. Record your cache hit ratios Yo!
-
iFixit/blessyou Public
An http wrapper around the less compiler, POST your less and it responds with CSS. Useful for speeding up asset build-scripts and such.
JavaScript 2
-
iFixit/head-blaster Public
Modify headers on millions of S3 objects. Node.js npm utility for programmatically modifying S3 object headers.
JavaScript 2
-
iFixit/pulldasher Public
A dashboard for github pull-requests that keeps itself up-to-date
2,484 contributions in the last year
Activity overview
Contribution activity
June 2023
Created 1 commit in 1 repository
Created a pull request in iFixit/react-commerce that received 10 comments
localStorage: require a schema validator
Now corrupt values in localStorage won't be used if they don't pass the validator (which is required to return the same type as the data or null). C…