Yuri Astrakhan

Results 987 comments of Yuri Astrakhan

I was looking at the implementation of some io write, and it seems the above can happen internally without user-exposed writer allocation. ```rust macro_rules! write { ($dst:expr, $($arg:tt)*) => {...

I don't think i understand, can you give a code example?

oh, good idea, thanks! I didn't even realize this. Also, I wounder if we should have more lints like these? * `iter.filter(|v| v.is_some()).map(...)` - always suggest `iter.flatten()`, even if we...

@michaelkirk well put :) I would LOVE to work on it, but would need to find time, so if you want to take over that, please do. It is, sadly,...

that's a good point - a smaller diff might be ok, but the larger ones should probably be hidden. GitHub does have that for the overall size of the change,...

heh, by that reasoning any file committed to git should be reviewed (and that's why I usually don't like generated files to be commited to git in the first place)....

The above content was reported to github - its an .exe and a .dll file, clearly unrelated, and likely dangerous. The user account was later deleted.

@lipanski please delete the above post by "ghost" - the account was deleted, and it links to a virus.

Yeah, I was a bit torn on that one too. We would definitely need separate TCP and UDP servers. The infrastructure to keep a pool of them, communication channels between...