Till Höppner

Results 14 issues of Till Höppner

After updating phf to 0.8, only borrows can be used to construct the map. It's unlikely to cause any problems, but it'll be unnecessary after https://github.com/sfackler/rust-phf/pull/185 is merged.

blocked

I didn't use this with a large amount of files or deep file structures yet, but while a phf map may be fast, it breaks down as soon as the...

`.weechat` configuration, when saved from weechat with a locale of en_US.UTF-8, cannot be read correctly from weechat when missing that locale (LANG empty). This is reasonable and expected, but may...

feature

Hi, I modified redbpf to load `BPF_PROG_TYPE_CGROUP_SKB` programs, but there's a design decision to be made before sending a PR. libbpf [has a mapping of section names to program parameters](https://github.com/redsift/libbpf/blob/4d86cae4f09f3db67d6d0543f94546f85f7b2c38/src/libbpf.c#L4518),...

After migrating promscale to a new server, I must have forgotten to set the trace retention period, but everything appeared to be working fine. I've then upgraded promscale to 0.8...

Question
epic/improvements-q3-2022

This adds support for using workspaces in git dependencies with inherited fields, building upon #166 and #281. An example project which doesn't build on master, but works with this PR,...

If an object does not exist, this call to `open` will return `-1`, but `errno` is never checked: > open(), openat(), and creat() return the new file descriptor (a nonnegative...

There is currently no way to expose the functionality of listing stored objects, either all or by range query. Any potential interface should probably allow restricting the amount of returned...

This is a first step to using a user-provided namespace during benchmarking, instead of a constant "benchmark". This means it's now possible to execute two benchmark instances in parallel, without...