dpc

Results 242 issues of dpc

I'm working on a fairly large Rust project and using `rust-analyzer` functionality in Helix a lot. Some actions take a while to kick in after called. Good example is "jump...

C-enhancement
A-gui

It seems that "keyword" completion is cycling from the bottom to up in my Vim. I was able to fix it with: ``` diff --git a/autoload/CleverTab.vim b/autoload/CleverTab.vim index 612bbb0..781761e 100644...

So I have been using this benchmark to optimize `rdedup`, and I was doing some test and improvements, etc. At some point, I'd like to add `rdedup` to the official...

**Describe the bug** The core question is - should a daemon like electrs crash on start if it can't connected to bitcoind? ``` Starting electrs 0.10.1 on x86_64 linux with...

bug

If so how to differentiate which token is the event for? Let's say I have simple modifier that reads data from one stream, modifies it, and pushes it down to...

Hi, I'm considering using speedy but I need to confirm certain important properties: * stable? (can store long term data and expect they will encode with future versions) * safe...

Thanks for this crate. I've noticed it leaks a thread and a static reference, and I wonder if it would be better to `Arc` the `governor_conf`, spawn a thread with...

The problem with `workspace.package.name` is that unlike `workspace.package.version` nothing really needs to inherit it, as packages usually have more specific names. So when setting it just so crane can pick...

How is `clear` supposed to be used without it?