Skip to content
Avatar
🦕
🦕

Achievements

Achievements

Block or Report

Block or report piscisaureus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. A modern runtime for JavaScript and TypeScript.

    Rust 81.8k 4.4k

  2. Rust bindings for the V8 JavaScript engine

    Rust 2.2k 205

  3. wepoll Public

    wepoll: fast epoll for windows⁧ 🎭

    C 615 103

  4. libuv/libuv Public

    Cross-platform asynchronous I/O

    C 19.3k 3.1k

  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. nodejs/node Public

    Node.js JavaScript runtime 🐢🚀

    JavaScript 87k 23.3k

828 contributions in the last year

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

Contribution activity

April 2022

Created 1 commit in 1 repository

Created a pull request in denoland/dotland that received 4 comments

Opened 5 other pull requests in 2 repositories
Reviewed 5 pull requests in 5 repositories
denoland/deno_docker 1 pull request
denoland/docland 1 pull request
denoland/dotland 1 pull request
tokio-rs/mio 1 pull request
denoland/rusty_v8 1 pull request

Created an issue in tokio-rs/mio that received 2 comments

UnixStream::connect() returns unconnected socket on Linux

This happens when the server's backlog is full. In this situation, on linux, connect() returns EAGAIN, which means that you have to call connect()

2 comments
Opened 1 other issue in 1 repository
56 contributions in private repositories Apr 1 – Apr 19

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