eedahl

Results 5 comments of eedahl

Same boat, I just need the HTML and something CSS-related is failing.

Very well :) maybe update the readme to say that haha

This works for me ```rust pub fn download_targets() -> Result { let data = reqwest::get("http://mock-url.com/targets.csv")?.text()?; let mut buffer = File::create("targets.csv")?; Ok(buffer.write_all(data.as_bytes())?) } ``` but neither of ```.map_err(From::from)``` or ```.into()``` work

It uses the exe icon for the task bar, but not for the upper left hand side corner. https://gyazo.com/5e00afd945c9d862d6734cb23686555e https://gyazo.com/ae15922cb6247b2ff3240ddcf1750796