Timoses

Results 28 issues of Timoses

Dstepping this file: https://github.com/Timoses/libneo4j-client/blob/master/C/neo4j-client.h created (minus first line): https://github.com/Timoses/libneo4j-client/commit/29e349d923c24a2249f46750c4cc7d91ab8b7b3b#diff-3e1f79279fabc7d6472b0156d406bcde These imports and aliases are missing to be able to compile: https://github.com/Timoses/libneo4j-client/commit/e87c777967ebf69e59f2215408a3696b31be6513#diff-3e1f79279fabc7d6472b0156d406bcde ``` import core.stdc.stdarg; import core.stdc.stdio; import core.sys.posix.sys.uio : iovec;...

bug

### Expected behavior The contents of `values.yaml` files from [helm dependencies](https://helm.sh/docs/developing_charts/#chart-dependencies) (specified in `requirements.yaml`) should be configurable in Step 2. ### Actual behavior Only the `values.yaml` from the chart's root...

### Expected behavior Step 2 displays new screen ### Actual behavior Clicking 'Get Started' does nothing. Clicking it again goes to step 3 which says one still has to complete...

type::bug

**Is this a bug report or feature request?** * Feature Request **What should the feature do:** Currently, it appears that even though as an example `deviceFilter="^sda$"` is set, the `osd-prepare`...

feature
good-first-issue

## Describe the issue At times running a `kubectl` command (e.g. `kubectl get services`) fails with: ``` error: You must be logged in to the server (Unauthorized) ``` The kube-apiserver...

bug

**Describe the bug** Apparently, the csi-external-attacher sidecar is not used by Kadalu (see https://github.com/kadalu/kadalu/pull/848#discussion_r913323770). However, it is running as a sidecar: https://github.com/kadalu/kadalu/blob/devel/templates/csi.yaml.j2#L224 **To Reproduce** Deploy Kadalu ... See https://github.com/kadalu/kadalu/blob/devel/templates/csi.yaml.j2#L224 **Expected...

**Is your feature request related to a problem? Please describe.** Currently kubectl is [included in the builder base image](https://github.com/kadalu/kadalu/blob/devel/extras/Dockerfile.builder#L17). From a security standpoint the images providing the actual work should...

**Requirements to a plugin framework**: * Plugins may depend on other Python libraries -> Caster should offer some form of dependency resolution * Plugins should be configurable by the user...

Investigation Required
Caster

#### Title Provide ca.crt with Ingress #### Description Although a TLS secret used in a Kubernetes Ingress may contain a `ca.crt` this is not used in the BigIP device. ```...

feature-request
awaiting response

## Feature Request Improve usability of talosctl command. ### Description Currently, it is quite a lot of work to fire commands on all nodes which appears to always require listing...