-
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
3,771 contributions in the last year
Activity overview
Contribution activity
January 2023
Created 44 commits in 4 repositories
Created a pull request in iFixit/react-commerce that received 9 comments
Shopify storefront client: throw errors instead of always reporting
This allows the caller to handle errors when they want to, or leave them unhandled and let them be reported. Closes #1186
Opened 11 other pull requests in 3 repositories
iFixit/react-commerce
7
merged
1
open
1
closed
- Statsd: remove integration
- Footer Copyright: remove year
- withLogging(): Fix sad bug!
- DRAFT: Typescript: experiment with higher target
- Fontawesome: use deep imports for duo-tone icons
- Unused deps: remove them
- Chakra: update to latest version (fix for Safari 13)
- Sentry Tracing: increase sample rate significantly
- Stats Timing: re-add logging
iFixit/pulldasher
1
merged
relative-ci/bundle-stats
1
merged
Reviewed 12 pull requests in 3 repositories
iFixit/react-commerce
10 pull requests
- Add Next.js api endpoint
- Hide empty product list children (server-side version)
- Unused deps: remove them
- Stats Timing: re-add logging
- Sentry: Sample client side hydration errors
- Vulcan Proof-of-Concept: Create page
- Increase CDN cache up to 1 day
- Stats: send some stats to graphite
-
Bump strapi to
4.4.7
- feat: disable zoom for products with low res images
cypress-io/github-action
1 pull request
iFixit/pulldasher
1 pull request
Created an issue in iFixit/react-commerce that received 9 comments
Typescript: possibly modernize "target"
Our tsconfig sets target
to es5
. This is ancient and leads to typescript not knowing about some recent javascript features.
Next already claims the…