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 50 million developers.
Sign upPinned
953 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 54 commits in 6 repositories
Created 4 repositories
- kpcyrd/dog Rust
- kpcyrd/snyk TypeScript
- kpcyrd/stalkerware-indicators YARA
- kpcyrd/repology-rules Python
Created a pull request in sodiumoxide/sodiumoxide that received 11 comments
Remove useless deprecation annotation
This should fix our broken CI. The change in rustc was caused by rust-lang/rust#78626, further discussion in rust-lang/rust#79304.
Opened 16 other pull requests in 8 repositories
kpcyrd/sn0int
1
open
3
merged
kpcyrd/rebuilderd
3
merged
kpcyrd/brchd
3
merged
Te-k/stalkerware-indicators
2
merged
ogham/dog
1
open
sodiumoxide/sodiumoxide
1
merged
snyk/snyk
1
open
repology/repology-rules
1
merged
Reviewed 2 pull requests in 2 repositories
archlinux/archlinux-repro 1 pull request
Torxed/archinstall 1 pull request
Created an issue in rust-lang/rust that received 7 comments
Regression: this `#[deprecated]` annotation has no effect
Code I tried this code: struct X {} #[deprecated(since="0.2.2", note="Use the `AsRef` or `AsMut` implementation instead")] impl ::std::ops::Index<…