2021: Systems Engineer at Cloudflare;
2014: Angular Core team member;
2004: Dad from 2004.
- London, UK
- http://www.bacondarwin.com
- @petebd
Block or Report
Block or report petebacondarwin
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
angular-toArrayFilter Public
A filter to convert your objects to an array that can be filtered and sorted easily
-
-
ng1-component-demo Public
A demo application for ng-conf 2016 to demonstrate a component based architecture with Angular 1.5
-
-
-
1,228 contributions in the last year
Less
More
Activity overview
Contributed to
angular/angular,
cloudflare/wrangler2,
angular/dgeni-packages
and 5 other
repositories
Contribution activity
March 2022
Created 14 commits in 1 repository
Created a pull request in cloudflare/wrangler2 that received 9 comments
fix: remove unwanted logging from kv:bulk operations
There are two commits here. Look at them one at a time
+208
−464
•
9
comments
Opened 9 other pull requests in 1 repository
cloudflare/wrangler2
1
open
7
merged
1
closed
- refactor: dev into smaller files
-
fix: add warning about setting upstream-protocol to
http -
feat: add support for
--local-protocol=httpstowrangler dev - feat: support adding secrets in non-interactive mode
- fix: limit bulk API requests to batches of 5,000
-
feat: add confirmation and success messages to
kv:bulk deletecommand - fix: kv:bulk should JSON encode its contents
- refactor: clean up unnecessary async functions
- add renovate
Reviewed 24 pull requests in 1 repository
cloudflare/wrangler2
24 pull requests
- Structure changes to deprecation documentation
- feat: support wrangler 1.x module specifiers with a deprecation warning
-
chore: silence logs in
route.test.ts -
WIP feat: expire unused assets in
[site]uploads -
Use inherited config in
publish - Render helpstring for incomplete subcommands
- Stop reporting breadcrumbs to sentry
-
feat: add support for
--local-protocol=httpstowrangler dev -
fix:
config.site.entry-pointas a breaking deprecation -
fix: gracefully fail if we can't create
~/.wrangler/reporting.toml -
fix: consolidate
getEntry()logic - chore: rename files under wrangler/src/api
- feat: support adding secrets in non-interactive mode
-
fix: resolve modules correctly in
wrangler dev --local - chore: update some codebase infrastructure
- fix: limit bulk API requests to batches of 5,000
-
chore: refactor some common code into
requireAuth() -
feat: zoned worker support for
wrangler dev - fix: kv:bulk should JSON encode its contents
-
feat:
--localmode only applies inwrangler dev - feat: dev+envs
-
Allow alternative ports for devtools connection in
wrangler dev - feat: default to legacy environments
- feat: add more comprehensive config validation checking
Created an issue in cloudflare/miniflare that received 7 comments
Add new --bindings command line argument
This argument is a JSON stringified array of all the bindings that are being passed from Wrangler in the same format as would be uploaded to a Work…
7
comments
Opened 10 other issues in 1 repository
cloudflare/wrangler2
8
open
2
closed
- fix(dev): investigate why DevTools is not working in Safari
- fix(dev): display helpful error message if a Chromium browser is not available to render DevTools
-
feat: add an exception to the
validateAdditionalProperties()helper forminiflare - feat: add Sentry tracing of significant events in Wrangler
-
Implement
config.dev.ip/--ip -
Support
config.dev.upstream/--upstream-protocol -
Implement
config.dev.local_protocol/--local-protocol -
Check durable_objects support for
devandpublish - feat: kv:bulk - improve UI for progress
-
Help users create a workers.dev zone when running
wrangler publish