tricktron
tricktron
#### How to reproduce 1. Install python 3.8.5 2. ```bash $ curl -O https://files.pythonhosted.org/packages/1d/a1/8813629b38a8d97e8f1eceb6c7da03b37633c93104fbd8e30e09d195425a/fs-2.4.11.tar.gz $ tar xf fs-2.4.11.tar.gz $ cd xf fs-2.4.11 $ virtualenv env $ source env/bin/activate $ python...
### General information * OS: macOS m1 * Running CRC on: Laptop ## CRC version ```bash CRC version: 2.5.0+2b25181 OpenShift version: 4.10.18 Podman version: 4.0.2 ``` ## Host Operating System...
I really like the concept of quickstrom. Right now I am stuck with the following error: ```console Error Response: 400 Bad Request { "data": null, "error": 400, "stacktrace": "0 chromedriver...
First of all: Thank you for structurizr. It was a pleasure using it. I could increase the font size of my elements and the relationship with: ```console styles { relationship...
### What does this PR do? This PR allows to set custom Kubernetes schema versions and Kubernetes Custom Resource Definitions (CRDs). ### How Does it Work? This PR extends https://github.com/redhat-developer/yaml-language-server/pull/824...
Packages the angular language server as binary because packaging from source is especially difficult (see https://github.com/NixOS/nixpkgs/pull/349521 for more details). Closes https://github.com/NixOS/nixpkgs/issues/244019. ## Things done - Built on platform(s) - [...
## Incremental Namespace Sync - Alpha Feature Closes #23806 This PR introduces **incremental namespace synchronization** for Argo CD clusters, optimizing cluster cache updates when namespaces are added or removed from...
## Summary Fix infinite sync failure loops when managed namespaces are deleted by implementing automatic namespace validation and cleanup during cluster cache synchronization. Fixes: https://github.com/argoproj/argo-cd/issues/24709 ## Problem When namespaces managed...
## Description This change introduces a new configuration setting `modify-hosts-file` that allows users to disable CRC's automatic modification of the /etc/hosts file. The setting defaults to true to maintain backward...
Hello @vweevers, I tried to test hallmark but it immediately fails with: `Error: Unable to parse git host URL "ssh://[email protected]/a/b.git"`. It looks like that custom/self-hosted domains are not supported by...