Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. A secure JavaScript and TypeScript runtime

    TypeScript 68.4k 3.6k

  2. V8 javascript bindings for Rust

    Rust 1.3k 109

  3. wepoll: fast epoll for windows⁧ 🎭

    C 446 70

  4. Cross-platform asynchronous I/O

    C 16.1k 2.6k

  5. 1
    Locate the section for your github remote in the `.git/config` file. It looks like this:
    2
    
                  
    3
    ```
    4
    [remote "origin"]
    5
    	fetch = +refs/heads/*:refs/remotes/origin/*
  6. Node.js JavaScript runtime 🐢🚀

    JavaScript 74.3k 18.3k

1,085 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2020

Created a pull request in denoland/deno that received 1 comment

Fix CI two times

+30 −0 1 comment

Created an issue in denoland/deno that received 4 comments

Awaiting never-resolved promise makes Deno hang & hot spin.

deno run this. // x.js await new Promise(() => {}); It spins because there is nothing happening any more, and tokio can't block the event loop for …

4 comments
2 contributions in private repositories Oct 14 – Oct 23

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.