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 36 million developers.
Sign up
Pinned
2,862 contributions in the last year
Activity overview
Contributed to
datrs/hypercore,
yoshuawuyts/dotfiles,
yoshuawuyts/knowledge
and 5 other
repositories
Contribution activity
May 1, 2019
yoshuawuyts has no activity
yet for this period.
April 2019
Created a pull request in rustasync/tide that received 6 comments
add App::default
Description
Adds Default to App.
Motivation and Context
This allows us to make building applications a bit less noisy, especially for folks new to…
+6
−0
•
6
comments
- Fix minor bugs found during review
- add test that checks for empty body on HEAD req
- Add query string extension trait
- Migrate to serde_urlencoded, and away from serde_qs
- pragma updates
- docs: add supported rust versions
- fix: sync up with nightly futures_api
- Cookie Improvement
- Documents acceptable endpoint fns
- fix: Capture wildcard path correctly, resolve #167.
- example: remove asterisk from catch_all route params
- Update references to old repository
Created an issue in rustasync/runtime that received 8 comments
Move from StreamObj to Pin<Box<dyn Future>>
As per rust-lang-nursery/futures-rs#1352 and rust-lang-nursery/futures-rs#1494 FutureObj is going to be deprecated. We should update our usage to use
8
comments
61
contributions
in private repositories
Apr 1 – Apr 29