Florian Klink
Florian Klink
When creating a `metal_device` and not specifying any tags, on a second `terraform apply`, I get a "Note: Objects have changed outside of Terraform: ``` Note: Objects have changed outside...
This is a continuation of https://github.com/nix-community/crate2nix/issues/291 - I finally ran into the issue I had, and it only shows up with some crates. The `crate2nix source add git https://… --rev...
I wrote some unit tests that run some code using this crate. It worked so far, but when moving this into a sandboxed build, by building it with Nix, I...
grpc.NewClient already supports connecting to unix domain sockets, and accepts a string anyways. As a quick fix, detect the `address` starting with `unix://` and don't add the port. In the...
The README of the `main` branch advertises zstd compression, but https://github.com/spacejam/sled/pull/1426 removed it entirely. While the plan is to reintroduce this on top of marble, semantics on the `main` branch...
Apparently it seems pretty common for subtitles to be put in a subdirectory called "Subs", rather than in the same directory as the media file itself. This covers that usecase,...
`worker/runtime/spec/spec.go@defaultGardenOCISpec` calls out to `OciCapabilities(privileged bool)`, returning a list of capabilities to put in the OCI spec, which is then passed to runc. Note this is independent of what the...
helm currently warns on every command: ``` WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: … WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: … ```...
**Is your feature request related to a problem? Please describe.** Assuming you have other services depending on VictoriaMetrics, and want to delay starting them up until it's ready, figuring out...
I want to move [tvix](https://cs.tvl.fyi/depot/-/tree/tvix) from a separate `views/tvix/workspace.josh` file to a `workspace.json` file shipped inside the directory, mostly to remove filter ambiguity as described in https://github.com/josh-project/josh/issues/1155#issuecomment-1449047761, as well as...