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,310 contributions in the last year
Activity overview
Contribution activity
May 2020
Created a pull request in denoland/deno that received 6 comments
- Remove dead code tools/sha256sum.py
- WIP use get_data2 / set_data2
- 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
- Some pull requests not shown.
- refactor: fix some unwrap() in Rust.(with the searching of is_some())
- Fixed Typo
- chore: remove typedoc
- Lets → Let's
- Fix JavaScript spelling;
- chore: Add an 'Enter' event handler for the chat example
- test: fix deferred test and higher coverage
- fix some clippy warning
- WIP use get_data2 / set_data2
- fix: panic when $DENO_DIR is a relative path
- Fix for #5329: Misleading code in Manual - Program Lifecycle section
- chore: port deno_dir_test to Rust
- Add link to JSDoc website
- upgrade only binary releases
- Link to the golang textproto page is 404
- fix: setTimeout and co. have too strict types
- std/node fs.writeFileSync polyfill
- [std/testing] Provide message and diff for assertStrictEq (closes #5416)
- fix(multipart): fix error when parsing file name in utf8 format
- Add fnv hash
- fix(#5449): REPL does not exit properly when close() is called
- std/node: add util.callbackify
- doc: add stream api
- test: fixed initial `[WILDCARD]` not matching empty the on first line
- Errors in benchmarks should fail CI
- Some pull request reviews not shown.
- Add package: TeddyTags
- added smooth scroll
- Add typescript to database
- Add package suzhou_numerals
- Added Luhn Package
- Add 4 packages to database.json
- add package: cron scheduler
- Added csv
- Update database.json
- Add Random to database.json
- 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
- 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