Cynthia Coan

Results 70 comments of Cynthia Coan

Thanks! It’s a bit late for me, but I’ll cross post an issue tomorrow, and ensure to keep this one in sync.

(For those following this is currently blocked on the underlying libcurl library isahc is using: https://github.com/alexcrichton/curl-rust/pull/309 & https://github.com/alexcrichton/curl-rust/issues/297)

Example of what the command looks like now against my own device:

Sorry for the extra commit, realized these numbers should all be formatted as hex characters for easier comparison, and also had to change the `unk` table printing so it would...

I've just got a local branch, repairing an RVT-H now. I just checked to make sure the bank was all 0's, and if so allowed writing, and wrote the simplest...

Hey @hawkw , I'd be happy to take a look at adding this to CI if that's the next step? I assume that's just modifying the github actions file to...

Looking at it for another crate, that seems to be the case yeah. Building is easy, executing the tests is currently not the best story: https://github.com/rustwasm/team/issues/173 (seems to be `wasm-bindgen-test-runner`...

So I've started working on this, and most things truly "just work" with `wasm-bindgen-test` :tada: ! The two things that don't work that I've noticed in the crates I've ported...

> Hmm...in order to include the wasm_bindgen_test attribute, is there also an external dependency that's required? Yeah, there's a dev-dependency on `wasm-bindgen-test` crate. This includes both the underlying runner, and...

Yep, I've got that locally to ensure it's good!