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,263 contributions in the last year
Activity overview
Contribution activity
May 2020
Created a pull request in denoland/deno that received 6 comments
- Clean up core/shared_queue.js
- Fix style guide link
- Merge std_tests.rs into integration_tests.rs.rs
- BREAKING: There is no public Rust API for the CLI
- ci: don't fail-fast on tag build
- Add std/version.ts, document unstableness of std
- Move style guide to docs dir
- Link to code of conduct
- Move sha modules to std/hash
- Add hint on how to exit REPL
- Remove REPL/Windows hack
- Remove flaky and useless tests
- Remove tools/target_test.py
- BREAKING: execPath should require allow-read
- BREAKING: make Deno.hostname unstable
- Upgrade crates
- 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
- Some pull requests not shown.
- [std/node]: remove execute permissions from fs.ts
- Add .css to the MEDIA_TYPES.
- Remove extra dollar sign
- Fix flakiness in std file_server tests
- std/0.51.0
- std/node fs.readFile should allow string as option
- [Docs] Avoid unfortunate ASCII arrow splitting
- cli: don't panic on Deno.close invalid argument
- v1.0.0
- docs: standard library
- docs: add debugger manual
- fix(cli/js/net): default listen options changed to 0.0.0.0 from 127.0.0.1, #5144
- Update to TypeScript 3.9
- fix(cli/js/lib.deno.ns.d): modified incorrect example of readTextFile used in comment description
- fix: source maps in inspector for local files
- Revert "Convert ProcessStatus to a tagged union (#4732)"
- v1.0.0-rc3
- fix(std): fix broken style guide link (#5204)
- Change plugin interface to prevent segfaults when unloading plugin
- fix: worker benchmarks
- refactor: check permissions in SourceFileFetcher
- fix(std/encoding/yaml): Correct exports
- fix: remove default --allow-read perm for deno test
- Update to dprint 0.17.2
- refactor(cli): unify display of errors from Rust and JS
- Some pull request reviews not shown.
- V1 release
- fix(std): Extend branch pattern for std versions
- Add @gobengo/heap to third party modules
- Add Azure Functions
- Update database.json
- ✨ Add DataFormsJS to [database.json]
- Add Kia module
- Add youtube-deno: A Deno client for the YouTube API
- add is_exe module
- added memoize lib
- Add BCrypt module
- Add rute
- Adding deno trie to third party libraries
- Add aqua
- added denoenv
- docs: update version to std@0.50.0 for code example
- registry(std): Use old branch resolution for non-version branches
- Fixed redirects
- Added redirects for the manual
- Add velociraptor to database.json
- Add berror to database.json
- fix: Home(related denoland/deno#5026)
- add short_uuid
- add vscode_languageserver
- Add Mustache and Handlebars template engines
- Some pull request reviews not shown.
Created an issue in denoland/deno that received 10 comments
deno upgrade doesn't recognize 1.0.0 as latest release
> deno -V
deno 1.0.0-rc3
> deno upgrade
Checking for latest version
Local deno version 1.0.0-rc3 is the most recent release
deno upgrade --version…
10
comments