Ariel Miculas-Trif

Results 27 comments of Ariel Miculas-Trif

https://wetransfer.com/downloads/0d164b30cdf03791d2ed78d3d60ee6b120201215171541/d506919fa392a4963f30ab7676cbe25120201215171610/dd3c75

I have the same issue, I was using wayland and wl-copy, then I've uninstalled wayland and the plugin no longer worked. It should use wl-copy only if a wayland server...

``` It works when I open a new tab, but when I then run source ~/.zshrc in the same tab it loses the autosuggestion color and looks similar to the...

![20220930_120641](https://user-images.githubusercontent.com/15237142/193240605-279bd676-7479-4e23-851d-9270ec3b8825.jpg) I couldn't install arch linux until I've manually formatted the install partition to ext4 instead of trying to do it from the archinstall options.

@1wilkens I'm also wondering whether this crate is dead or if you're planning on maintaining it.

I'm working on [puzzlefs](https://github.com/project-machine/puzzlefs) which shares goals with the [OCIv2 design draft](https://hackmd.io/@cyphar/ociv2-brainstorm). It's written in Rust and it uses the FastCDC algorithm to chunk filesystems. [Here's a summary](https://github.com/project-machine/puzzlefs/issues/13#issuecomment-1434485546) of the...

Thanks for your feedback! * Interesting issue with `rdedup`, puzzlefs is using the [fastcdc crate](https://docs.rs/fastcdc/latest/fastcdc/) which I've noticed it's not used by `rdedup`. Some benchmarks with `puzzlefs` would sure be...

I'm also interested in this feature. I wonder if seekable compression could be implemented in this crate, so I don't have to use https://crates.io/crates/zstd-seekable

In order to create an overlay on top of a squashfs image, the following is required: 1. create an unpriviledged container `my-container` 2. create a squashfs image from the existing...

Thanks, @kzantow , `--base-path` looks promising, unfortunately it doesn't work: ``` ❯ docker run --rm --cap-add CAP_SYS_ADMIN --cap-add CAP_SYS_PTRACE --pid=host --security-opt apparmor=unconfined anchore/syft scan --base-path /proc/117851/root /proc/117851/root/home/amiculas/ran unable to get...