Highlights
- Arctic Code Vault Contributor
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
Pinned
1,354 contributions in the last year
Contribution activity
October 2020
Created a pull request in denoland/deno that received 8 comments
fix(cli/repl): keyboard interrupt should continue
This changes the behavior of keyboard interrupts (ctrl+c) to continue, clearing the current line instead of exiting. Exit can still be done with ct…
- feat(cli/repl): use completion candidate as hint
- test(std/wasi): re-enable clock_time_get tests
- fix(std/wasi): disallow path_open outside of pre-opened dirfd
- docs(tools/repl): add special variables section
- docs(std/wasi): mark sched_yield as implemented
- test(std/wasi): reduce test duplication
- fix(cli): use an interface to represent resources
- feat(cli): stabilize Deno.fsync and Deno.fdatasync
- fix(cli/repl): ignore pair matching inside literals
- fix(std/io): remove trivial internal util.ts module
- docs(getting_started): fix WebAssembly example
- test(cli/repl): add multiline pty input test
- test(std/io): use a real tempdir
- refactor(cli/repl): extract is_closing to a function
- fix(cli): use rid getter for stdio
- docs(tools): add repl section
- fix(cli/repl): respect the value of Deno.noColor
- refactor(cli/repl): clean up prelude injection
- fix(cli/repl): unterminated string literal should invalidate
- fix(cli/repl): write all results to stdout
- refactor(cli/repl): extract is_closing to a function
- refactor(cli/repl): get context id from notification
- refactor(cli/inspector): use &str for post_message
- refactor(cli/repl): tightly integrate event loop
- fix(cli/console): only inspect getters with option
- Some pull requests not shown.
- refactor(watch): create single watcher for whole process
- rename(std/testing): rename assert*Contains to assert*Includes
- HMAC variants of sha256/sha512 implemented
- docs(tools): add repl section
- feat(cli/ops): add the sleep_sync op
- Reland feat(cli/console): inspect with colors regardless of Deno.noColor
- feat(cli/repl) add tab completion
- chore: update contributing.md and PR template
- refactor(cli/repl): tightly integrate event loop
- fix(cli/repl): use a default referrer when empty
- Update github action setting environment variable workflow command
- refactor(repl): use an inspector session
Created an issue in WebAssembly/WASI that received 4 comments
Is there a minimum required resolution for clocks?
Clocks can have up to nanosecond precision but is there a minimum required precision for a conforming implementation?