Joshua Salzedo

Results 52 comments of Joshua Salzedo

Greetings, is there any progress on this? I have a project that needs to be able to handle multiple joysticks, and this only appears to work when @carl-ranson 's patch...

To my understanding, this implementation has the same inherent flaw as the constructor it replaces, this implementation will always return the first of the two same-model joysticks as the underlying...

Started working on some in-source documentation such that `cargo +nightly doc` produces meaningful output.

Embassy's public interface must be documented; meaning anything this crate exports that a user may need, should have usable documentation beyond what `cargo doc` spits out by default. While most...

> The _DMA_ peripheral explicitly documents the described scenario as supported. > > For _BDMA_ I found one stumbling block in peripheral docs (checked L0 and G0): > > >...

> Has anyone attempted viewing Arbiter.dll through a program such as Ghidra? Took a good half hour but i am able to load `Arbiter.dll` into Ghidra. Unfortunately i am very...

I, for one, recently got into embedded rust, thanks to suggestions from someone that already does embedded rust, and one of the first materials i was recommended was this book....

Thanks for the response. For Capnproto to be viable, I don't require RPC support in no std; I only require the capability to statically decode a message of known maximum...

Managed to reproduce in isolation. Here is a gist with everything needed short of a redis server. https://gist.github.com/theunkn0wn1/a237cc816ec15a5a053bab11780c0bb4 Steps to reproduce: 1. run `arq_workspace.launcher_client` an record the job token: ```bash...

As an update to this, Arq's task status reporting capability is entirely unreliable. I have now observed it reporting that jobs don't exist that are both actively executing, and previous...