Tom Burdick

Results 26 issues of Tom Burdick

It appears in Ruby 1.9.3 FD 3 and 4 (nouse_stdio pipe fd's) are now reserved. Not sure what the best fix for this would be

Many of the async clients/servers are moving towards the common futures/tokio stuff, might be worth integrating cassandra-rs to use the rust futures crate

It would be nice if there were a serde deserializer for rows, so structs can easily be filled in from result rows

SQLx managed to avoid locking themselves to tokio/async-std/smol or whatever seemingly by creating a small feature flag driven crate of about 200 loc. It would be nice to avoid locking...

enhancement

One nice feature of NATS is its distributed JWT authn/authz mechanism. Since Zenoh is truely peer to peer without a broker to maintain and check the authorizations for a topic,...

new feature

It would be great to have local sessions allow for a completely shared memory transport where you might want sub microsecond latencies for communications. I get that it's somewhat specialized...

enhancement

SAI support would be a great way to make good use of these chips as audio processors

enhancement
imxrt-hal

I believe nrf-hal uses xtask and some automation to bump versions and perhaps do releases. Might be worthwhile taking a peek before we release again to perhaps automate some of...

I've been mulling this over for awhile now, and really I'm starting to think... We should have a HAL crate per chip, that depends on a common HAL (imxrt-hal) still....

Configuring a peripheral should be undoable in some way to return it back to its default state. The C SDK does this using _init/_deinit pairs for peripherals, we can probably...

enhancement
help wanted
imxrt-hal