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,272 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 46 commits in 2 repositories
Created 1 repository
- petebacondarwin/toml TypeScript
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 23 other pull requests in 1 repository
cloudflare/wrangler2
21
merged
2
closed
- fix: ensure the correct worker name is published in legacy environments
-
fix: add warning about
wrangler devwith remote Durable Objects -
fix: allow the
buildfield to be inherited/overridden in a named environment - fix: tighten up the named environment configuration
-
feat: make
mainan inheritable environment field -
feat: add support for
--ipandconfig.dev.ipin the dev command - fix: improve authentication logging and warnings
- fix: error if a non-legacy service environment tries to define a work…
- refactor: initialize the user auth state synchronously
- fix: do not warn about miniflare in the configuration
- chore: update changeset to match new workspace name
- chore: update undici to latest
-
Two fixes to
wrangler dev - POC: programmatic miniflare
- 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 66 pull requests in 1 repository
cloudflare/wrangler2
66 pull requests
-
fix: assume a worker is a module worker only if it has a
defaultexport -
bug:
wrangler pages functionsdoes not log a beta warning - fix: spread tail messages when logging
- Fix roadmap/milestone links
-
feat:
jest-environment-wrangler -
RFC feat: inject
process.env.NODE_ENVinto scripts -
feat: path to a custom
tsconfig -
fix: default
wrangler tailto pretty print -
fix: don't fetch zone id for
wrangler dev --local - feat: Non-interactive mode
- Pass in args to normalize and validate function
- fix: setup jsx loaders when guessing worker format
- fix: trigger login flow if refreshtoken isn't valid
- fix: unexpected commands and arguments should throw
- Add messaging for CLI pages command being in Beta
- fix: do not deploy to workers.dev when routes are defined in an environment
-
fix: add warning about
wrangler devwith remote Durable Objects - validate binding names don't conflict
- Support backwards compatibility with environment names and related CLI flags
- Version Packages
- Don't immediately exit on Pages Functions compilation error
- Custom Miniflare CLI
- fix: tighten up the named environment configuration
-
fix: delete unused
[site]assets -
bugfix: add
-ealias to all--envflag options - Some pull request reviews not shown.
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 12 other issues in 1 repository
cloudflare/wrangler2
8
open
4
closed
- document how to deploy to multiple zones
-
Mark
wrangler pagesas beta - 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