Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

hey, I attempted to port the openrefine client to python3, and I have also swithced to use the `requests` library for communicating with the server (including uploading files).

I am currently optimizing our `libarchive` usage for the `mamba` package manager (http://github.com/mamba-org/mamba). I've noticed that `archive_read_data_into_fd` is 2x faster on certain archives vs. the usual `copy_data` loop that uses...

For writing simple scripts it could be nice to have some bash-like if / then / else support.

This compiles and works quite nicely with `--target wasm32-unknown-unknown`.

Hi @kinnison we're using `marked-data` in [`rattler-build`](https://github.com/prefix-dev/rattler-build) and it's working great! Unfortunately we can't publish `rattler-build` to crates.io because we rely on a slightly patched version of `marked-data`. It would...

I am wondering if adding additional `\0` in the `strtab` is valid (we want to override the `rpath` of a shared library by replacing the string with a shorter, `\0`...

Hi, thanks for the great library! We're currently using it in a new package manager to read linked libraries and rpaths from `.so` and `.dylib` files. We need to rewrite...

Hi, I am currently browsing around in the Rust ecosystem to find the best solution to rewrite some RPaths' in Rust (ideally). I need to do that for a package...

This makes the `with_ansi` function on `Writer` public as well. We are trying to redact some secrets from tracing (using a regex) and would like to write to a temporary...

I didn't have a chance to test this yet -- any idea on how to test this easily?