PlusMinus0
PlusMinus0
#### Your system information * Steam client version: 2018-08-29 * Distribution: Arch * Display-Server: Wayland * Opted into Steam client beta?: Yes * Have you checked for system updates?: Yes...
According to [this](https://spec.openapis.org/oas/v3.0.3#server-object-example) the following should be a legal spec: ```yaml servers: - url: http://localhost:{port}/v1 description: The local test server variables: port: default: '8080' ``` however, the oapi validate middleware...
Dear Konstantin, I created a [base16](http://chriskempson.com/projects/base16/) colour scheme of this theme ([see here](https://github.com/PlusMinus0/base16-darcula-scheme)) and would like to add it to the official list. Unfortunately I can only submit it if...
### Terraform Core Version 1.9.3 ### AWS Provider Version 5.54.1 ### Affected Resource(s) aws_ecs_task_definition ### Expected Behavior This configuration should work ```resource "aws_ecs_task_definition" "default" { family = var.service_name network_mode =...
The [introduction to kubernetes monitoring](https://opentelemetry.io/docs/platforms/kubernetes/getting-started/#overview) currently recommends using the collector helm charts. The OpenTelemetryCollector CRD does not understand the presets laid out in the documentation, and therefore it is not...