Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. A secure JavaScript and TypeScript runtime

    TypeScript 68.3k 3.6k

  2. V8 javascript bindings for Rust

    Rust 1.3k 108

  3. wepoll: fast epoll for windows⁧ 🎭

    C 445 69

  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 74k 18.3k

1,084 contributions in the last year

Oct 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
1 contribution in private repositories Oct 14

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

You can’t perform that action at this time.