Highlights
- Arctic Code Vault Contributor
- Pro
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 up
Pinned
4,186 contributions in the last year
Contribution activity
September 2020
- nwtgck/http-cast TypeScript
- nwtgck/model-viewer-bridge JavaScript
- nwtgck/scrapbox-reader TypeScript
- nwtgck/actions-vue-upgrade
- nwtgck/actix-web Rust
- nwtgck/genawaiter Rust
- nwtgck/KeenS.github.io HTML
- nwtgck/specit-rust Rust
- nwtgck/anyident-rust Rust
- nwtgck/http Rust
- nwtgck/docker.github.io HTML
- nwtgck/tokio Rust
- nwtgck/hyper Rust
Created a pull request in tokio-rs/tokio that received 2 comments
net: use &self instead of &mut self in poll_peek()
Hi! Thank you very much for the wonderful project.
Motivation I just changed poll_peek(&mut self, ...) to poll_peek(&self, ...). I'd like to peek …
+2
−2
•
2
comments
- build(deps): bump sanitize-html from 1.27.4 to 2.0.0
- build(deps): bump fp-ts from 2.8.2 to 2.8.3
- build(deps-dev): bump @vue/test-utils from 1.0.5 to 1.1.0
- build(deps-dev): bump typescript from 4.0.2 to 4.0.3
- build(deps-dev): bump sass from 1.26.10 to 1.26.11
- build(deps-dev): bump @types/openpgp from 4.4.13 to 4.4.14
- build(deps-dev): bump @mdi/js from 5.5.55 to 5.6.55
- build(deps): bump vue-class-component from 7.2.5 to 7.2.6
- build(deps-dev): bump @types/sanitize-html from 1.23.3 to 1.27.0
- build(deps): bump file-type from 15.0.0 to 15.0.1
- build(deps): [security] bump node-fetch from 2.6.0 to 2.6.1
- build(deps): bump vue-filepond from 6.0.2 to 6.0.3
- build(deps-dev): bump material-design-icons-iconfont from 6.0.2 to 6.1.0
- build(deps-dev): bump typescript from 3.9.7 to 4.0.2
- build(deps-dev): bump material-design-icons-iconfont from 6.0.1 to 6.0.2
- build(deps-dev): bump sass-loader from 10.0.1 to 10.0.2
- build(deps): bump @fortawesome/vue-fontawesome from 0.1.10 to 2.0.0
- build(deps-dev): bump @types/openpgp from 4.4.12 to 4.4.13
- build(deps-dev): bump material-design-icons-iconfont from 5.0.1 to 6.0.1
- build(deps): bump filepond from 4.19.2 to 4.20.1
- build(deps-dev): bump @types/react from 16.9.48 to 16.9.49
- build(deps-dev): bump @types/yargs from 15.0.6 to 15.0.7
- build(deps-dev): bump @types/yargs from 15.0.5 to 15.0.6
- build(deps-dev): bump @types/node from 12.12.61 to 12.12.62
- build(deps-dev): bump typescript from 4.0.2 to 4.0.3
- build(deps-dev): bump @types/node from 12.12.59 to 12.12.61
- build(deps-dev): bump @types/node from 12.12.58 to 12.12.59
- build(deps): bump node from 12.18.3-alpine to 12.18.4-alpine
- build(deps-dev): bump @types/node from 12.12.56 to 12.12.58
- build(deps): bump yargs from 15.4.1 to 16.0.3
- build(deps-dev): bump @types/node from 12.12.55 to 12.12.56
- build(deps-dev): bump @types/node from 12.12.54 to 12.12.55
- build(deps): bump node from 12.18.2-alpine to 12.18.4-alpine
- build(deps-dev): bump ts-node from 8.10.2 to 9.0.0
- build(deps-dev): bump @types/node from 12.12.58 to 12.12.62
- build(deps-dev): bump @types/yargs from 15.0.5 to 15.0.7
- build(deps-dev): bump piping-server from 1.1.2 to 1.1.3
- build(deps-dev): bump typescript from 3.9.7 to 4.0.2
- build(deps-dev): bump piping-server from 1.1.0 to 1.1.2
- build(deps-dev): bump @types/node from 12.12.54 to 12.12.58
- build(deps-dev): bump karma from 5.2.2 to 5.2.3
- build(deps-dev): bump @types/node from 12.12.58 to 12.12.61
- build(deps-dev): bump karma from 5.2.1 to 5.2.2
- build(deps-dev): bump @types/node from 12.12.55 to 12.12.58
- build(deps-dev): bump karma from 5.1.1 to 5.2.1
- build(deps-dev): bump @types/node from 12.12.54 to 12.12.55
Created an issue in rust-lang/rust that received 3 comments
Nested impl Trait for higher-order functions
Hi!
It will be nice to use impl Trait with higher-order functions like the following. But it occurs a compile error at impl Iterator<Item=u32>.
fn f1…
3
comments
22
contributions
in private repositories
Sep 2 – Sep 24