dpc
dpc
For applications that need only deduplication or don't require public key encryption. * [x] no encryption * [ ] symetric encryption
Hi, AFAIK, AESNI and potentially other primitives require that the encryption blocks are properly aligned. Are alignment requirements described/handled by rust-crypto? How would I go about making a best possible...
There should be a daemon switch that would make directories for downloades automatically (based on torrent name). This way -d would be optional.
I wan't to use btpd as system wide daemon (actually it's possible right now, but with some symlink trickery). So: - btpd should read some global config like /etc/btpd.conf looking...
I used to have `BufPreWrite` hook with `lsp-formatting-sync`. That worked great with `rls`, but after I switched to `rust-analyzer` it often blocks for minutes before it actually does the formatting....
It increases incremental compilation time from 0:17.27 to 1:00.80 on my machine and it doesn't seem to me that `kak-lsp` routing network calls back and forth is going to benefit...
There's a way to jump to previous and next error, but there's no way to jump to the current one. In vim there are: `:lne`, `:lpr` and `:ll`. Sometimes I...
I'm using https://gitlab.com/Screwtapello/kakoune-cargo and when I do `cargo-next-error` which displays error in anchored hover, some error messages blink in the hover and quickly disappear. When I disable `kak-lsp` or just...
I was admiring the results of `crane`-based CI pipeline in Fedimint: https://github.com/fedimint/fedimint/actions/runs/2853966200 . After adding all the proper `src` filtering, when no source files were modified, nothing gets rebuild -...
https://github.com/fedimint/fedimint/runs/7830647635?check_suite_focus=true (corresponding [PR](https://github.com/fedimint/fedimint/pull/354) ) I might be misreading it, but it looks like `crane` lets `cargo` run with the previous state from cache, even thought the source of a dependency...