dpc
dpc
I like it. It probably gives much more room for customization / default arguments, etc.
I'm only interested in this one call. I might just submit a PR. I'm avoiding `async/await` in Rust right now, and I'll wait couple more years for everything to get...
Generally, I think a client of backblaze will be fetching and uploading rather big chunks of data, and `async/await` is going to be almost no help. In `rdedup` I'm just...
#74 as a nixer myself I would gladly switch to importing it as a flake input.
@salva-ferrer Thanks a lot. Does https://github.com/dpc/helix-gpt/commit/e5356d6846f810cba1d8d52958199c7d91153b13 look OK?
It mostly did, yes. Thanks a lot!
Anyone with timeout problems might want to check #74
Thanks. BTW. From the top of my head: `if password_in_request.ct_ne(&password_in_the_config).into() {` works just fine.
Nice. At some point I could add a dev shell with nightly compiler and we could test drive it. No support for panic unwinding looks a bit limiting for debugging