Alexej Kowalew
Alexej Kowalew
@williamboman this sounds really awesome. I really like how the downloads are handled in your plugin having the same for dap sounds just amazing.
> This works for me! > > ```lua > local fn = vim.fn > local install_path = fn.stdpath('data')..'/site/pack/packer/start/packer.nvim' > if fn.empty(fn.glob(install_path)) > 0 then > packer_bootstrap = fn.system({'git', 'clone', '--depth',...
@elrumordelaluz @billyvg What worked for us is to wait till the font's are actually loaded before you create your pdf file, using this command: ``` await page.evaluateHandle('document.fonts.ready'); ``` This seems...
@rbartoli try this: write to file `network-config` ```yaml version: 1 config: - type: physical name: eth0 subnets: - type: static address: 172.16.1.21/24 gateway: 172.16.1.1 dns_nameservers: - 172.16.1.1 - 8.8.8.8 dns_search:...
@neerdoc to fix your build error, this PR could be helpful https://github.com/DieterReuter/image-builder-rpi64/pull/116
@neerdoc I had time to look into your build issue, it fails on: ```sh + '[' '!' -f /workspace/arm64/rootfs-arm64-raspbian-v2.0.1.tar.gz ']' + wget -q -O /workspace/arm64/rootfs-arm64-raspbian-v2.0.1.tar.gz https://github.com/hypriot/os-rootfs/releases/download/v2.0.1/rootfs-arm64-raspbian-v2.0.1.tar.gz make: *** [sd-image] Error...
@bvn13 any change to include fedora 36 in copr?
Does this mean when we change the password in e.g. azure keyvault the corresponding k8s `Secret` object get also updated or is only created once the pod is created and...
Never mind I found the answer here: https://secrets-store-csi-driver.sigs.k8s.io/topics/secret-auto-rotation.html TL;DR: you need to aktivate alpha feature via `--enable-secret-rotation=true` flag.
@sparra1000 i think you need to compile your public key in your web application. If you provide your public key as file as you did, then you are right it...