dpc

Results 834 comments of dpc

Thank you! `rg` is so much faster... Some documentation for other users: `:GrepCommand` to test And enable permanently with: ``` let g:EasyGrepCommand='rg' ```

> There's a very good reason to do that: to detect misconfiguration early. Yeah, the motives are good, but in practice, for a long running service it just means the...

> How? The configuration cannot be changed run time so one has to restart anyway. If bitcoind is unavailable while electrs is already running, electrs will just keep retrying. If...

Oh, wow. IIRC there was a function to get hex from pair of `f32`, but how to do the area ... Hmmm.. You could run this function in a nested...

Even without any special steps, binaries produced by `rustc` are rather static: ``` > ldd /home/dpc/.cargo/bin/dotr linux-vdso.so.1 => (0x00007fff2b5e0000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fcb4b56c000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fcb4b364000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0...

How would that work? The problem I had with other dot-files managers was that they conflate repository management and just doing the linking. :D . And then I have to...

If you're doing `clone` then why not `push` afterwards, and `commit` etc. and it spirals into complexity, and you have to put an arbitrary limit somewhere... Just saying. :) If...

You could always download a tarball and not use git at all if you don't plan on pushing back. Also you can just write a simple shell script to do...

I'm quite this is an mioco issue. Thanks for reporting it!