Dawid Ciężarkiewicz

Results 459 comments of Dawid Ciężarkiewicz

> registry dependencies also cannot have git dependencies. I must admit we're doing lots of git dependencies... :D ... unfortunately. Basically we have a a project that depends on open...

Hi! I've just discovered this project and it looks really cool. I'd like to give it a spin, but don't want to lock our infra to possibly unmaintained project. After...

Use https://crates.io/crates/dockerfile-parser maybe?

I have fixed the style. I was editing this with kakoune, that I haven't configured for cpp yet, so there were some troubles and omissions. :)

@andreyorst Yeah, I was wondering the same thing. Rust spoiled me. @mawww I understand. In practice I don't hit this fuzziness with this branch, while I get supper annoyed by...

I don't know the details of buffer sharing between clients, so I have no idea which one is better. The state of `x` consecutive-ness could be tracked per client, per...

Thought: absent other ideas, a simple Rust program: ``` dir-diff > $out/target.zstd.tgz ``` that uses `walkdir` to compare two paths and outputs a zstd archive with new/changed paths would do....

We had a productive argument with @j-baker in #385 where we elaborated about pros&cons of symlinking files into `./target` vs taring&compressing them with zstd.

So the bottom completion is actually "the best one"? I don't really care much about which direction it goes, but it's inconsistent between different completion modules. So sometimes it goes...