Carlo Cabrera

Results 108 issues of Carlo Cabrera

Running `zig build` fails with the latest release of zig (0.13) with: ``` ❯ zig build /private/tmp/fastfec-0.2.0/build.zig:43:20: error: member function expected 1 argument(s), found 2 fastfec_cli.addCSourceFiles(&libSources, &buildOptions); ~~~~~~~~~~~^~~~~~~~~~~~~~~~ /opt/homebrew/Cellar/zig/0.13.0/lib/zig/std/Build/Step/Compile.zig:782:5: note:...

It's really annoying to keep fighting with the `label-pull-requests` action when you've removed, say, `CI-linux-self-hosted` (e.g. because you know the bottle cache will kick in) but it keeps restoring it...

help wanted

Compiling a simple `hello world` program in C++ while targeting `wasm32-wasip1-threads` triggers an assertion here: https://github.com/WebAssembly/wasi-libc/blob/574b88da481569b65a237cb80daf9a2d5aeaf82d/libc-top-half/musl/include/pthread.h#L91-L100 This seems wrong because this mode of WASI _does_ have threads enabled (unless I'm...

### Verification - [x] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. ### Provide...

help wanted
features

### Verification - [x] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. ### Provide...

help wanted
features

When called without a file or directory name argument, both `ls` and `eza` before v0.23.0 print the contents of the current directory to stdout. With v0.23.0, `eza` no longer prints...

errors

**Describe the bug** `src/fragroute/mod.c` calls `TAILQ_FOREACH_REVERSE` with swapped arguments `(next, head)`. This only compiles with tcpreplay’s bundled `lib/queue.h`, which uses a non-standard signature. On systems using the system `` (e.g....

CMake automatically adds a `lib` prefix to library targets, so the `libhttperf2` target is installed as `liblibhttperf2`. We can fix that by removing the redundant `lib` prefix in the target...

CLA Signed