Results 131 issues of Dave Tucker

Client version: 1.12.2 Server OS: Linux Cuberite Commit id: db68179776786c4973b4bb7911ff01b128d2ed09 ### Expected behavior I've just updated an old project that was using a very old version of Cuberite. It had...

On Fedora Kinoite 36 (KDE spin of Silverblue) Following the docs: https://github.com/containers/crun/blob/main/docs/wasm-wasi-example.md With crun compiled from source... **crun version** ``` /usr/local/bin/crun --version crun version 1.5 commit: 54ebb8ca8bf7e6ddae2eb919f5b82d1d96863dea spec: 1.0.0 +SYSTEMD...

It would be great if DatakitCI was able to support webhooks. I could then use this to integrate with other systems, for example, a siren that goes off when the...

kind/feature
area/ci

It would be awesome for the Github integration to be able to handle issues and comments. Manipulating CI through comments is one common use case. For example; - One could...

area/github

This PR adds user and kernel space implementations of HashOfMaps and ArrayOfMaps.

feature
aya-bpf
aya
needs-rebase

Here: https://github.com/aya-rs/aya/blob/main/bpf/aya-bpf/src/maps/lpm_trie.rs#L40 And in any other constructor for this map, we should add `BPF_F_NOPREALLOC` if not already provided. This is to avoid getting an `-EINVAL` on map creation. See: https://github.com/torvalds/linux/blob/9e6b19a66d9b6b94395478fe79c5a3ccba181ad3/kernel/bpf/lpm_trie.c#L551

bug
good first issue
aya-bpf

Adds support for USDT programs. Doing this required a lot of work despite the uprobe support already existing. Notable refactoring changes include: - Stricter parsing of /proc/$pid/maps - Make `Features`...

test
aya-bpf
aya
aya-log
needs-rebase

Current list as of kernel 5.16 - [x] BPF_MAP_TYPE_HASH, - [x] BPF_MAP_TYPE_ARRAY, - [x] BPF_MAP_TYPE_PROG_ARRAY, - [x] BPF_MAP_TYPE_PERF_EVENT_ARRAY, - [x] BPF_MAP_TYPE_PERCPU_HASH, - [x] BPF_MAP_TYPE_PERCPU_ARRAY, - [x] BPF_MAP_TYPE_STACK_TRACE, - [ ]...

help wanted
feature
aya-bpf
aya

1. Allow `pin` to be called on specific programs (i.e `Xdp`) and not just the `Program`. 2. Allow `pin` to be called on an `FdLink

This should work something like this: From xtask: ``` cargo xtask integration-test --libbpf-dir ~/dev/libbpf -- -t tests::load::unload ``` On the `integration-test` side it's a flag `-t` that can be repeated...

help wanted
good first issue
aya