NWPlayer123

Results 16 comments of NWPlayer123

> We can't use a vtable call for `register_with_read_factory` since those can only be done on an already-constructed object. I'm not sure what the Panda designers' reason was to create...

This is the exact reason you use a tool like IDA or Ghidra, it's named the Interactive DisAssembler for a reason. At some point, objdiff should be limited in scope....

I'm writing an AssetLoader for a custom model format and end-users having access to settings for configuring various aspects is rather important, especially since I want more complex behavior than...

That would definitely work for my use case. argh/argp does [something similar](https://github.com/google/argh/blob/6e70ecc433fcc883faeaf9fcfb4b84276334af34/README.md?plain=1#L98C1-L117C4) to allow custom types when parsing command line args.

To find scratches if you haven't logged in, the convo we had was that someone had worked on a bunch of Animal Crossing functions while not logged in and it...

> * I don't mind `read_from_io_read` or similar. It's weird, but also consistent with our naming convention of `read_from_` Throwing out the option of `read_from_stream`, since the Read trait embodies...