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- New York City
- Sign in to view email
- http://tinyclouds.org/
Popular repositories
3,163 contributions in the last year
Activity overview
Contribution activity
May 2020
Created a pull request in denoland/doc_website that received 4 comments
- First pass at fixing symlink bug
- Simplify ProcessStdio
- v1.0.0-rc1
- Rename DenoPermissions, add abs path asserts
- simplify unit tests: compiler_api, workers
- Simplify normalizeString utility
- Remove duplicate resolution algorithm
- stabilize Deno.cwd and require --allow-read
- Add hint on how to install gist program
- Correct copyright in cli/js/web/decode_utf8.ts
- Deno.chdir should require allow-read not allow-write
- Clean up 'inspector_break_on_first_line' test and fix its flakiness
- fix(cli): fix paths in internal stack traces
- refactor: merge TS compiler into single file
- refactor(ts): remove op_cache
- Fix inspector hanging when task budget is exceeded
- fix: manual(related #5026)
- feat(fmt): Add `deno-fmt-ignore` and `deno-fmt-ignore-file` comment support
- feat(cli/js/web/url): Support drive letters in file URLs on Windows
- BREAKING: make WebSocket directly implement AsyncIterable (#5044)
- feat(std/node): fs.writefile / fs.promises.writeFile
- fix: URL constructor throws confusing error on invalid scheme
- Add sha256 and sha224 support (along with HMAC variants)
- doc: add --unstable for file_server
- BREAKING: remove CLI 'deno script.ts' hack
- [std/node] add the ability to path argument to be URL type
- Add TransformStream and TransformStreamController
- fix(cli/fmt_errors): Respect NO_COLOR for stack frames
- BREAKING: disallow static import of local modules from remote modules
- BREAKING: feat(cli/installer): Support guessing the executable name
- BREAKING: remove support for JSON imports
- Fix inspector hanging when task budget is exceeded
- BREAKING: remove window.location and self.location
- fix misaligned error reporting on tab char
- Fix Deno.walk example
- fix(std/http): avoid directly modifying the headers object