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 36 million developers.
Sign up
Popular repositories
-
v8worker
Minimal golang binding to V8
-
tensorflow-resnet
ResNet model in TensorFlow
-
v8worker2
Minimal golang binding to V8
-
tensorflow-vgg16
conversation of caffe vgg16 model to tensorflow
-
deno
Forked from denoland/deno
-
flatbuffers_chromium
3,033 contributions in the last year
Activity overview
Contribution activity
May 2019
Created a pull request in denoland/deno that received 3 comments
Make accept use minimal_dispatch
this branch
~/src/deno> ./third_party/wrk/mac/wrk -d 20 http://localhost:4500/
Running 20s test @ http://localhost:4500/ 2 threads and 10 connectio…
+39
−15
•
3
comments
- fix: Add all permissions to deno xeval
- update manual.md for deno v0.4.0
- [website] add warning for adblockers
- fix: deno version panic
- add run CLI subcommand
- feat(cli cmd): deno xeval
- feat: support .mjs extension resolution
- fix: display "-0" for -0
- ci: the sanitize build should be based off the release build
- add --no-fetch CLI flag to prevent remote downloads
- Fix: deno --v8-options does not print v8 options
- fix body formData tests
- Bump required rustc version to 1.34.1
- fix clippy warnings, run clippy in CI
- Work around Windows-only V8 concurrent initialization crash
- [WIP] Re fix kill all pending accepts
- Global request / response
- core: remove support for moving deno_buf ownership from C++ to JavaScript
- doc: add long about messages for subcommands
- Async iterator for listener
- Rename test targets
- fs: add Deno.utime(...)/Deno.utimeSync(...)
- Refactor zero-copy buffers for performance and to prevent memory leaks
Created an issue in denoland/deno that received 2 comments
eval, stdin, and curl don't work well together
> curl https://api.github.com/repos/denoland/deno/releases | deno eval "b = await Deno.readAll(Deno.stdin); console.log(b)" % Total % Received % Xf…
2
comments