dpc
dpc
I know, I have a most complicated build that ever existed... :D For complicated reasons, that I can't get into RN my project structure is more or less: ``` root...
This is an alternative approach suggested in #120 TODO: * [x] seems like due to using traits, I don't need all that extra type tracking - remove * [x] validate...
This is an initial implementation of the idea described in #80 The goal is to make all these generated types much more usable directly in code in a semi-DSL way...
I'm [researching implementing a kind-of-helm-replacement](https://github.com/clux/kube-rs/issues/343) that would generate input for `kubectl apply -f -` be just executing Rust source code. In such tool I would like to reuse types generates...
* [ ] restore normal mode on exit (on drop) * [ ] ability to finish the * [ ] detect Ctrl+C, Ctrl+D and pass to the user #1 *...
I'm trying the hash something on a laptop, that worked on the desktop. One obvious difference is - desktop generated it and it has more cores, so `lanes` etc. are...
I want to benchmark two functions over 3 dimensions of inputs. Let's say: sample size, batch size, thread number. Currently I'm able to do it by just formatting all inputs...
Does `comm` support groupchats? I think a p2p, censoriship resistant, easy to participate groupchats would be very appealing.
I'm moving discussion from https://github.com/rust-bitcoin/rust-bitcoin/issues/595 here since I think this might be an ongoing discussion, and people might find it useful, and feels like we're off topic for a long...
Right now fails with: ``` $ nix build .#vbox warning: Git tree '/home/dpc/lab/rustshop' is dirty error: attribute 'nixos-install' missing at /nix/store/1qz0d0cx49ic26jynvb6fqmzl138rj0s-source/nixos/lib/make-disk-image.nix:170:7: 169| lkl 170| config.system.build.nixos-install | ^ 171| config.system.build.nixos-enter (use...