Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
2,358 contributions in the last year
Contribution activity
September 2020
Created a pull request in vercel/vercel that received 4 comments
- [tests] Delay deprecation message
- [cli] Remove v1 messages and docs
- [node] Use `ts.readConfigFile()` to parse `tsconfig.json` file
- [tests] Cache token when possible
- Bump node-fetch from 2.6.0 to 2.6.1
- [next] Fix config `functions` src file
- [tests] Fix test for functions in vercel.json
- [cli] Fix color and indention in learn more link
- [node][next] Fix nft tracing for monorepos
Created an issue in denoland/deno that received 6 comments
Top-level `await` does not work with dynamic `await import()`
// mod.ts const sleep = (n: number) => new Promise(r => setTimeout(r, n)); await sleep(100); export default 1; // run.ts // Works // import mod fro…
6
comments
130
contributions
in private repositories
Sep 1 – Sep 27