Results 134 issues of Florian Klink

I merged in 1.16.8, and updated all references to logging functions to use the allowed ones. Otherwise, loading the plugin fails with ``` "libmm-plugin-xmm7360.so': libmm-plugin-xmm7360.so: undefined symbol: mm_err/mm_dbg" ```

cbtemulator listening on unix domain sockets is much easier than trying to allocate free TCP ports, especially if many cbtemulators are run at the same time in integration tests. This...

api: bigtable

If you have a process segfaulting, it'd be good to be able to extract a coredump. There seems to be https://github.com/nokia/koredump, but it only interacts with `systemd-coredump` on a regular...

kind/feature

## Feature Request I'd like to use `virtio-fs` to mount a filesystem tree (not a `virtio-blk` block device) into a Talos worker node. The worker node itself is a VM,...

plan9 doesn't have syscall.CloseOnExec, causing anything using `activation` to fail when building on plan9: ``` 2024/05/03 12:12:51 Failed to run [go build --ldflags -s -X github.com/rclone/rclone/fs.Version=v1.67.0-beta.7911.f8ce568ca.merge -trimpath -o rclone-v1.67.0-beta.7911.f8ce568ca.merge-plan9-386/rclone -tags...

Adding more `PKG_CHECK_MODULES` to `configure.ac` will cause configure phase to already fail if dependencies are not met. Additionally, it's good practice to use `@FOO_LIBS@` instead of passing `-lFOO` directly. This...

When using bundix to package new applications, we should probably remove the "BUNDLED WITH" information from the generated `Gemfile.lock`. For example, when packaging gitlab, on gitaly startup (done via `bundle...

A bump of nixpkgs, most likely the bump of `nodejs` from 14.x to 16.x (4c60ee3da1e) started causing `npmlock2nix.node_modules` to fail to populate the sources specified in `package-lock.json`. https://nodesource.com/blog/whats-new-in-npm-8 mentions there's...

**Is your feature request related to a problem? Please describe.** I have a package requiring some env vars to be set during build. I'd like to use one build recipe...

I've been giving `buf-language-server` a try. I added it to my `~/.config/helix/languages.toml`: ``` [[language]] name = "protobuf" scope = "source.proto" injection-regex = "protobuf" file-types = ["proto"] roots = [] comment-token...