Viewing profile — the_white_oak
the_white_oak
HN member- Joined
- Fri, Dec 23, 2016, 11:32 AM UTC
- HN karma
- 5
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About the_white_oak
No profile information was provided.
Recent public activity
-
comment
Comment #37805691
Rc is not Send. But you can use tokio's LocalSet to run non-Send futures. https://docs.rs/tokio/latest/tokio/task/struct.LocalSet.html
- comment
-
comment
Comment #36377555
No, most of the git troubles come out wheen collaborating.
-
comment
Comment #22282806
A bit of a tip: while `*` is a search for a word onward, `#` is a reverse -- a search for a word backwards. Might help sometimes
-
comment
Comment #22141231
NTFS is a file system, which WSL 2 still runs on. WSL 2 is much better, but NTFS is still dragging it back. I hope one day, Microsoft will make a leap and introduce a faster file s…
-
comment
Comment #17121448
You can also use `cib` to change text between braces and `ciB` to change text between curly braces.
-
comment
Comment #13244256
Yes, it did. Cargo had a bunch of features released ahead of time, see https://github.com/rust-lang/cargo/issues/3282 .