dpc
dpc
Maximum Fedimint consensus item is 64K (or something like it), and we would even want it smaller. In peg-in inputs, we need to embeed the whole bitcoin transaction, which can...
I'd like to serve a big file via Bittorrent. I'd like to do `someapp serve `, and get a magnetlink printed to share with people that are supposed to download...
### Describe your issue We're using GNU Parallel to run a large test suite, and oftentimes when hitting problems with it (like MacOS support glitches) I wish I could move...
I think it's been a second time, when we've upgraded to the new nixos branch early, and had to endure unnecessary failed github status checks (not required to pass the...
It's a common pattern to prefix application-specific env variables with their name. It's meh to have env variables like `GITHUB_ENDPOINT` in your shell as it's hard to tell why and...
I am working on a project using chunking response streaming, that requires flushing current data at any arbitrary moment. One problem that I have hit is that there's no way...
#### Is your feature request related to a problem? Please describe In theory I'd really like to use double line transient prompts like e.g.: ``` ~/nix g master...
As a user of `bincode`, 99% of the time when I'm decoding something it's a whole message and I don't want to know how many bytes were read, but just...