Marvin Rösch
Marvin Rösch
As a disclaimer, this is very much to be interpreted as a WIP feature right now, but I still wanted to get out the current results and iteratively improve upon...
This adds support for various methods/functions in MCP code bases that take colors as parameters. Currently supported are hex color codes (encoded as integers) as well as [0,1] and [0,255]...
This introduces "links" between entries, which essentially are a codified version of common relationships between entries. Right now, the following relations are implemented: * Refers to * Referred to by...
This introduces a (temporary) alternative to the current website header, based around a Vue.js app that's injected into the regular Django context. The aim is to ease the transition to...
**Describe the bug** The audio devices for the individual channels of my GoXLR are suddenly gone. Clicking on the GoXLR in the "Audio > Setup" section of the settings does...
**Use case** BuildKit supports [multi-platform](https://github.com/moby/buildkit/blob/master/docs/multi-platform.md) builds using shipped QEMU binaries for a subset of architectures without relying on the `binfmt_misc` kernel feature. In environments where that feature is unavailable or...
### Description of Feature We use a 3rd party service which offers an S3-compatible API for object storage. We'd like to use this service for storing Growthbook uploads, but unfortunately...
**What happened**: When one backend pod fails under a condition covered by `proxy_next_upstream` (e.g. `http_404` for easy testing), if there's a large volume of requests, any one request may reuse...
#### What is the purpose of this change? This enables the logger parameters (`--combined`, `--missing-on-src` etc.) for the `rclone copy` and `move` commands (as well as their `copyto` and `moveto`...
This is a follow-up to #7282 for also implementing the logger flags available for `rclone sync` (e.g. `--differ`, `--missing-on-dst` etc.) for the `rclone copy` command. I'm also interested in submitting...