Skip to content
Avatar
🦀
Computers, democracy, and nervous disorder.
🦀
Computers, democracy, and nervous disorder.
Block or Report

Block or report matklad

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 Rust compiler front-end for IDEs

    Rust 10.2k 1k

  2. Rust plugin for the IntelliJ Platform

    Kotlin 4.1k 345

  3. once_cell Public

    Rust library for single assignment cells and lazy statics without macros

    Rust 1.2k 75

  4. Minimalistic snapshot testing for Rust.

    Rust 85 15

  5. xshell Public

    Rust 407 20

3,395 contributions in the last year

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

Contribution activity

August 2022

Created a pull request in near/nearcore that received 8 comments

fix: fix logical deadlock in the network

We should send ChainInfo to net whenever it changes, but we've missed one case: at the startup, theres' a change due to us getting the initial info…

+186 −135 8 comments

Created an issue in rust-lang/rust that received 3 comments

Subtracting Duration from Instant on Mac is panic-prone

The following program: fn main() { let t = std::time::Instant::now(); let d = std::time::Duration::from_secs(60); eprintln!("{:?}", (t - d).elapsed())

3 comments
1 contribution in private repositories Aug 3

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