David Hiendl

Results 11 issues of David Hiendl

When configuring facets it is currently not possible to configure dependencies between facets, eg. require that facet A has a value selected before facet B is shown. **Describe the solution...

help wanted
feature

This PR is a solution I've been using in response to my issue #388 "Option to disable dnsmasq". When running a dedicated customized dnsmasq (or similar service) on host or...

enhancement

It would be helpful to have an option to disable dnsmasq svc entirely. Currently it requires stopping/removing the dnsmasq service or removing it from warden's global docker-compose file. The reason...

enhancement

The documentation contains no mention on how to deal with schema-less properties (eg. not mapped to a class field). It would be helpful to be able to access un-mapped properties...

Hello, I've just updated Magicento 1 to the newest version in order to be able to use it with 2020.1 release of PhpStorm. I was using a separate 2019.2.5 for...

### Description In trying to write a Drone Secrets Extension to allow Drone pipelines to obtain a per-pipeline Gitea API Token automatically I ran into 2 problems: 1. Trying to...

kind/bug

When creating multiple clusters in **different namespaces** with the same name only one cluster is added to the orchestrator and one cluster remains in read-only mode. Example: ```yaml --- apiVersion:...

### Expected Behavior A `@RequestScope` bean created from a `@Factory` (see example below) is not actually request scoped and ignores the factory. Every time the object is injected a new...

lang: kotlin
status: awaiting validation

When a hetzner cloud instance is deleted externally (not by the autoscaler, for example via GUI/API) the autoscaler fails to correctly remove the instance. This is due to the fact...

There appears to be an issue with Kotlin Coroutines and loading of Relationships that are not loaded via join. Sometimes when accessing a relationship (in this example, `.pendingActions`) from multiple...