Ted Mielczarek

Results 181 comments of Ted Mielczarek

I don't think I'm alone in my assessment that `error-chain`, while a useful exploration of the design space, is out of date with regards to the evolution of Rust error...

> I'm cross-compiling from one x86_64-unknown-linux-gnu to a different x86_64-unknown-linux-gnu Can you expound on how the two targets differ? Also: I don't think this is the right place to ask...

First of all, I really appreciate the thought and care you've put into proposing this feature! I think your decision to make a daemon that updates the index out of...

Another way to slice that would be "`rg` runs a different command when its filename is `rg-index`" or something like that, so you could hardlink `rg` to `rg-index`. I don't...

Hey! I wrote the Xbox One wired controller support in the xpad driver a few years ago. If there's anything I could do to help you here I'd be happy...

> There's also some prior art from [luser/rust-gdb-remote-protocol#60](https://github.com/luser/rust-gdb-remote-protocol/pull/60), which could be a good source of inspiration. I hadn't seen this project before but it looks very cool! My crate has...

> We now have disassembly support so it might be just a matter of implementing the `get-minidump-instructions` functionality at this point, right? Yeah, if the disassembly library in use can...

This is now worse: distutils has been *removed* in Python 3.12, so using hug fails.

I poked around that a bit and that already seems to work. If you have a dependency on crate `A` and `A` has an optional dependency on `B`, you won't...

Yeah, I've been testing against a simple test program: http://people.mozilla.com/~tmielczarek/TestApp.pdb.gz