Create your own GitHub profile
Join the platform over 40 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises- Austin, TX
- https://averyharnish.com
Pinned
875 contributions in the last year
Activity overview
Contributed to
cloudflare/wrangler,
cloudflare/kv-asset-handler,
cloudflare/worker-sites-template
and 5 other
repositories
Contribution activity
November 2019
- EverlastingBugstopper/ascii-tables JavaScript
- EverlastingBugstopper/wasm-pack-plugin JavaScript
- EverlastingBugstopper/wasm-pack Rust
- EverlastingBugstopper/binary-install JavaScript
Created a pull request in rustwasm/wasm-pack that received 4 comments
Create npm installer
This PR creates an npm installer for wasm-pack that downloads and installs a binary. It uses this unpublished package for installing binaries https…
+437
−0
•
4
comments
- Environment variable precedence backwards compatibility
- Refactor proxy and add IP argument
- [WIP] Proxy to the People
- [WIP] Very broken proxy
- Clean up build fixture after asserting success
- Update demo gif
- 🎰 1.6.0
- [WIP] Use binary-install for npm
- Remove the fixtures directory
- Clean up wranglerjs temp file
- [WIP] Do not install wasm-pack for webpack projects
- Require webpack_config field to build with custom configuration
- Audit comments
- Update wrangler config messaging
- Adds error message for site with non-trailing asterisk
- Update author of npm package to wrangler@
- Prefer environment variables over config files
- 1.6.0-rc.0
- run-wrangler.js: send error to stderr and exit 1 if child process has an error
- [WIP] Do not install wasm-pack for webpack projects
- Refactor cloudflare-rs cli to be called from http.rs
- add scaffold_worker method to Site, use all the PathBufs
- Audit comments
- Add credential checking logic when auth params are provided in wrangler config
- Add help suggestion on webpack failure
- Fix link in readme
- Introduce enum for GlobalUser to handle distinct authentication methods (token vs global api key)
- Add API token support
- Fix unused code warnings in tests
Created an issue in cloudflare/wrangler that received 1 comment
[proxy] pipe console.log output from the preview service to the proxy
The preview service exposes a websocket according to this protocol
1
comment
- [proxy] support unauthenticated preview uploads
- [proxy] watch code and re-build/upload on changes
- [proxy] add a flag to customize the IP the proxy listens on
- [proxy] add cf-ew headers to request
- [proxy] strip cf-ew headers on response
- Don't use Config crate
- Make builds fail on clippy warnings
- Live preview is building twice for webpack projects
- Generalize the concept of Bundle across all Target Types
- Create a proxy to the preview service
- Update gif in README