Ted Mielczarek

Results 181 comments of Ted Mielczarek

I'm seeing the same thing after following the directions through wheezy-stage3, then running export_image_for_release.

I forked this and intended to fix it but didn't quite get around to it. Shouldn't be too hard.

Submitted a PR to fix things: https://github.com/robhawkes/gamepad-demo/pull/5

I tweaked things a little bit to do feature detection. It does mention Chrome/Firefox differences currently, but I could tweak that further to just mention what the spec says and...

Breakpad has some code for handling this sort of thing that might be useful. On Linux if you run dump_syms on a binary that has been stripped but contains a...

I wrote a little tool using `addr2line` and wound up needing something like this, so I've got an implementation of most of the stuff to use the Spotlight APIs to...

> I'd be willing to change this crate to use [`thiserror`](https://github.com/dtolnay/thiserror) if you are open to it? I had originally used `failure`, but `thiserror` is absolutely more useful for library...

FWIW, having just run into a similar issue attempting to use this crate for a small tool, I can say that at a bare minimum whatever error type this crate...

I think we'd want to get this mio issue fixed before attempting this: https://github.com/carllerche/mio/issues/526 .

> Ensure my feature is tested [in test-minidump-stackwalk](https://github.com/rust-minidump/rust-minidump/blob/master/minidump-stackwalk/tests/test-minidump-stackwalk.rs) (Not entirely sure how, I'll try to read through and understand the test code first) > Resolves #1000 Looking for lots of...