dpc

Results 242 issues of dpc

As transfers times are often the bottleneck, would be nice if it was possible to pass custom arguments to `zstd` compression (like `-19` or even `-U -30`) and trade compute...

After I realized [why my projects rebuilds completely any time I touch any file](https://github.com/ipetkov/crane/discussions/73) it became apparent that `src = ./.;` is *never* a thing that one should use in...

I'm trying to start a new little (so far empty) project and for starter - just serve it locally to see if it works. Unfortunately I'm hitting `TypeError: wasm_exports.crate_version is...

On my server: ``` Received handshake for 3a1ce06c0140d62d86c82634268316f4a2c2e020 Received handshake for 633217c8dcfd510ef2c633236ab90d66bfbe3288 Received handshake for ffc459a246d02cf112cad2822f3edb530b80686f calling git pack-objects for 3a1ce06c0140d62d86c82634268316f4a2c2e020 calling git pack-objects for 633217c8dcfd510ef2c633236ab90d66bfbe3288 calling git pack-objects for...

I'm sorry this is not a PR implementing it, but I'd like to point out that documentation could really use more `rustdoc` examples. Looking at an examples on `docs.rs/` is...

I have decided to give `snafu` a shot. I'll provide unsolicited feedback in this thread, and keep adding stuff as I bump into them. Feel free to close & mute...

support request
found in the field

As it is right now, the `-vvv` enables logging only for the main crate. For some use-cases, the ability to log everything would make more sense. Any way to achieve...

* [x] build OCI images in CI * [ ] [upload to docker hub](https://github.com/fedimint/fedimint/pull/400#issuecomment-1218991559) * [ ] prepare docker-compose setup based on docker hub * [ ] [fix port config](https://github.com/fedimint/fedimint/pull/400#discussion_r948604177)...

I see open PRs using `.expect` for error handling (like client network connectivity issues). I'd like to clarify what's the plan. I highly recommend https://blog.burntsushi.net/unwrap/#what-does-it-mean-to-panic as good source of information...