morph027
morph027
Just tried again after a server restart this morning and it looks like it works here.
Duplicate of #126
This is due to `bw` binary calls on every operation. I've updated my fork to work w/ `bw cli` REST API, which is a bit faster. https://github.com/morph027/ulauncher-bitwarden Although it looks...
Jip, just use the other URL. Issues should be reported in the other repo too. Basically, i've just re-implemented all calls to bitwarden cli w/ REST-API requests, the rest (keywords,...
Guessing from your `bw` CLI version, it looks like you're using the old one from https://github.com/bitwarden/cli Pleas use the latest one from https://github.com/bitwarden/clients (e.g. https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.2)
Haven't tested this feature yet, but will try later. Is there a reason you're using the question marks within the opts and kernel? Can you try ``` set opts "vga=791...
Hm, no. Not really an idea. Probably, just guessing, because the installer is searching for the files in wrong place. Are you using 2 cd-rom drives for booting then? One...
Sure :wink: I've just tried w/ latest ipxe.iso within a Proxmox VM an it works without problems. 
Good idea, was thinking about a dockerized version myself for some time. Will try this later, but thanks for the contribution.
Which system? I've just tried using the normal syntax within a QEMU UEFI test VM and it works w/ ipxe 1.21.1. ``` set pve-version 8.1 initrd ${base-url}/proxmox/${pve-version}/initrd.iso.img chain ${base-url}/proxmox/${pve-version}/linux26 vga=791...