ddelange

Results 41 issues of ddelange

`curl install_linux.sh | bash` does not respect the shebang see also https://github.com/terraform-linters/tflint/pull/1870

Fixes https://github.com/scikit-optimize/scikit-optimize/issues/1137 add to `requirements.txt` or `pip install`: `pip install 'scikit-optimize @ https://github.com/ddelange/scikit-optimize/archive/refs/heads/patch-1.zip'`

- Remove duplicate reference and squash unofficial headers - Clarify postgresql extension is unofficial - Add [`libpostal-fastapi`](https://github.com/alpha-affinity/libpostal-fastapi) to the unofficial servers [rendered link](https://github.com/openvenues/libpostal/blob/ef215786f11c0a1ce950802a3a78279863b1df0b/README.md#bindings)

Hi :wave: it would be cool if specifying multiple architectures in an ArangoDeployment `spec.architecture` would result in multiple nodeAffinity entries on the pod specs: in the original implementation there was...

Hi πŸ‘‹ Analogous to [`concurrent.futures.ProcessPoolExecutor`](https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor)'s `max_tasks_per_child` (added in cp3.11) and [`multiprocessing.pool.Pool`](https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.Pool)'s `maxtasksperchild` (added in cp3.2) keyword arguments, it would be great to be able to control after how many completed...

help wanted

Hi πŸ‘‹ Just tried out your action (thanks πŸ’₯) and didn't get it to work ([logs](https://github.com/ddelange/actions-runner-controller-releases/actions/runs/3938563433/jobs/6737406003)): `Error: Resource not accessible by integration` The [yaml](https://github.com/ddelange/actions-runner-controller-releases/blob/c3c96bdb563ec06237db930ecb905aaef592b31c/.github/workflows/cron-release.yaml) is pretty straight-forward: - default token...

Hi :wave: I wanted to change my cluster spec: ```diff networking { - calico {} + cilium {} } ``` And found that two arguments are required, although [docs](https://registry.terraform.io/providers/eddycharly/kops/latest/docs/resources/cluster#cilium_networking_spec) state...

PR: https://github.com/kubernetes/kops/pull/16067 Issue: https://github.com/kubernetes/kops/issues/12916 allows adding private docker registries to containerd

Hi πŸ‘‹ Could you add the memorySwapBehavior option ref https://github.com/kubernetes/kops/pull/15632? Many thanks!

Hi πŸ‘‹ We've upgraded from kops 1.23 to 1.26 (provider `1.26.0-rc1`). The upgrade was successful after some trial and error. Now, when we run apply again, the updater is always...