Manuel Leonhardt

Results 21 issues of Manuel Leonhardt

When running `cmake-lint` after `cmake-format` with the following configuration: ```yaml format: dangle_parens: true dangle_align: prefix-indent ``` I'm getting an [C0307] Bad indentation error: ```cmake target_compile_features( ${PROJECT_NAME} PRIVATE cxx_std_11 ) ```...

acknowledged

### Description of Problem, Request, or Question I'm trying to use CPT from a Giltab CI pipeline where Conan packages are uploaded to an Artifactory instance. My pipelines also uses...

### What would you like Renovate to be able to do? We're using Artifactory to proxy public Docker images, including renovate's image, which has more than 10000 tags by now....

type:feature
status:requirements
priority-5-triage

We are using OpenEmbedded (OE) to build an SDK for cross-compiling our software for a specific target device. We use qemu to run unit tests on the SDK build machine....

### What is the issue? Since SDKs are modules themselves, it is possible to use a custom SDK. In #6318, a custom SDK is used to install additional Python dependencies...

kind/bug
zenith

### What is the issue? In the Python SDK, the signatures of `Directory.with_new_file` and `Container.with_new_file` are inconsistent. For `Directory`, `contents` is a required positional argument, while for `Container`, `contents` is...

breaking change
User Request
GraphQL API

**Describe the bug** We are using an AKS cluster with KEDA to run our Azure Pipelines jobs. As our build jobs are quite IO-intensive, we chose to use Standard_D32ads_v5 machines...

bug
action-required
Needs Attention :wave:

It appears that setting `--npm.allowSameVersion` via command line arguments does not function as expected. Instead of translating to `true`, it is translated to an empty string, which does not yield...

### Idea To solve Captchas, I install Chromium inside the container using `INSTALL_PACKAGE="chromium"`. However, the current version of the image is based on Alpine 3.16, which includes Chromium 102.0.5005.182-r0. This...

enhancement

### Current Behavior To solve Captchas, I install Chromium inside the container using INSTALL_PACKAGE="chromium". While versions 4.5.x of the base image worked perfectly fine, with versions 4.6.x the display freezes...

bug