Austin Bonander

Results 748 comments of Austin Bonander

What version of Iron are you using, anyway?

@GitStonic just to test an assumption, does the error still occur if you set the content type of the response to something like `application/octet-stream`?

@GitStonic I started to get frustrated because I could not find that error string *anywhere* within `multipart`, Iron or Hyper. That's because it originates in the Windows stdio handling code...

I need to fix these examples as well so I'm looking for opinions on the best approach. I wanted it to print the fields to stdout *somehow* but I dunno...

I've submitted a PR to rust-lang/rust to make the error message more specific and to document the portability hazard. I still have to fixup the examples, I'll get to that...

It's precisely because of the version difference. To the compiler, `tiny_http = "0.6.4"` and `tiny_http = "0.7.0"` are two different crates; if you pay attention while running `cargo build` after...

mime_guess is in passive maintenance mode. It's a tangent of a tangent of a side-project I haven't touched in years.

The hardest part I think would be designing a terminal UI showing the overall fuzz progress and statistics; the master instance unfortunately only shows its own stats.

Upgrade to LLVM broke compiling with sanitizers in release mode; I can compile if I do `env RUSTFLAGS='-C opt-level=0' cargo afl build` as per https://github.com/rust-lang/rust/issues/53945#issuecomment-425687134

How hard would it be to implement a noise detection algorithm? For the UI, I was just thinking a button in the render controls enables the user to drag a...