Casey Rodarmor
Casey Rodarmor
I think this would be pretty straightforward, so adding the "good first issue" tag in case anyone wants to take a crack at it.
Awesome, just tried out the master branch and it looks great. (It's a tool to enumerate audio devices.)
The issues that I can see with cargo install for this use case are: 1. No record of dependencies. Let's say your project needs various binary crates for development, for...
Rust-bindgen does indeed have a library API, but it is not exactly the same as the CLI. Not to get into too much detail, but the library API is a...
Unless I'm mistaken, this was accidentally closed.
I think the function like syntax is too different from the existing `&&` syntax. `;` is commonly used to join two statements on a single line, which is useful functionality,...
Here's my thinking: - Regarding the 80 byte OP_RETURN standardness limit, I actually do not think that this is something we should work around. Many miners already accept nonstandard transactions,...
@joshdoman I think I've had a similar thought, and I think you're right. @petertodd One thing that would be nice about a TLV encoding is that different non-consensus metaprotocols and...
> In the scheme I proposed above they certainly can co-exist. I meant multiple non-consensus uses of the annex. > Having more than 255 consensus meaningful tags seems absurd. I...
@petertodd Sounds good! I just followed up via email to nail down the details.