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 40 million developers.
Sign up- New York City
- Sign in to view email
- http://tinyclouds.org/
Popular repositories
2,994 contributions in the last year
Activity overview
Contribution activity
November 2019
Created a pull request in denoland/deno that received 8 comments
refactor: reorganize global flags
Remove ability to specify run arguments like --allow-net after the script argument. It's too hacky to make work with clap.
Prevent clap from auto-…
+1,379
−1,381
•
8
comments
- v0.25.0
- chore: improve examples
- v0.24.0
- Revert "refactor: per-worker resource table (#3306)"
- Revert "tests: share http server between tests (#3336)"
- Disable flaky tests lock_check_ok2 again
- Disable flaky test lock_check_ok2
- Turn on TypeScript's strict mode
- Add jsdoc for std/http/http_status.ts and disable another flaky test
- Rebase v8 changes in third_party
- disable flaky test
- upgrade: V8 8.0.192
- Upgrade to Rust 1.39.0
- Fix jsdoc in std/http/server.ts
- manual: add chocolatey install instructions
- Remove CoreResource::inspect_repr method
- Disable flaky tests
- Revert "reduce redundancies in the fetch code (#3249)"
- v0.23.0
- Remove tsconfig files - they are not part of build process
- Tweaks to arg_hacks and add v8-flags to repl
- update deno_core_http_bench to Tokio 0.2
- dx: better error messages for 'relative import path not prefixed with / or ./ or ../.'
- std: add ignore parser for std/prettier
- ops/fs: Add Deno.realpath
- dx: better error message for 'Cannot resolve module'
- feat: native plugins
- Elevate DenoPermissions lock to top level
- Move namespaces to more private names.
- remove tokio_util::block_on
- cleanup ts compiler
- Support named exports on bundles.
- refactor: remove tokio_util::block_on from ops/workers.rs
- std/node: add some Node.js polyfill to require()
- fix: use AF_INET6 in ./tools/http_server.py
- std/node: add CommonJS require
- support load yaml/yml prettier config
- feat: op registration during calls
- chore: remove unneeded tokio deps
- Node `process` object compatibility
- feat: add --check for deno fmt
- Add YAML std module
- fix: deno_core_http_bench
- refactor: fixes for futures
- Use async to replace FutureExt in lib.rs
- Some pull request reviews not shown.
Created an issue in denoland/deno that received 7 comments
Remove --allow-run .. rather people should use --allow-all
When you execute a subprocess there's no guarantees of what it can do - all security bets are off. --allow-run masks this and is an extra command l…
7
comments