Peter Todd Decker ("Todd")
Peter Todd Decker ("Todd")
Good morning! I have been trying to pull together a BOM for the RC1802 (all three cards). Is there any way someone could double-check this list--especially the items in yellow...
If you ever want to have more fun, I'll send you a set of Texas Instruments TIL331 hexadecimal display chips if you would consider adapting your UI board to support...
Hello! I'm working through this awesome guide to reduce the size of my compiled binaries. It is making a big difference. While inspecting the result, I used `strings` to take...
Consider implementing an even faster bit count for exercise 2-06 (cbasics/src/chapter02/fastbitcount.c) See: [https://www.evernote.com/l/ADQ_anQ8ciFJWrnDj1yEOy5mLAlt_q-Y7iE]( https://graphics.stanford.edu/~seander/bithacks.html#CountBitsSetParallel) (mirror: [https://www.evernote.com/l/ADQ_anQ8ciFJWrnDj1yEOy5mLAlt_q-Y7iE](https://www.evernote.com/l/ADQ_anQ8ciFJWrnDj1yEOy5mLAlt_q-Y7iE))
Rework exercises to incorporate the changes suggested in "How to C in 2016" ([https://matt.sh/howto-c](https://matt.sh/howto-c)).
This is pretty minor and certainly an edge case, but for fun I have loaded up a Raspberry Pi as a Node.js box. And, of course, I have to have...
The following code used to work to get the SQLite version: ```rust match rb.query_decode("SELECT sqlite_version()", vec![]).await? { Some(v) => { eprintln!("b"); Ok(v) } None => Err(anyhow!("Unable to obtain database version")),...
When clippy evaluates a statement in my code I get a "too many arguments" warning. This warning only appears in clippy. I do not receive the error when I build....
### Summary At our company, we are tripping over each other with respect to the artifacts generated by wasm-pack: foo.d.ts, foo.ts, foo_bg.wasm, foo_bg.wasm.ts, and (sometimes) package.json. What are best practices...
It's sad to see that this crate seems to be abandoned by a maintainer. It is currently key for us given that it provides connection pool support for the Oracle...