Richard Draycott
Richard Draycott
Currently this works reasonably well: ``` (evil-define-key 'normal vterm-mode-map "h" 'vterm-send-left) (evil-define-key 'normal vterm-mode-map "l" 'vterm-send-right) (evil-define-key 'normal vterm-mode-map "b" 'vterm-send-M-b) (evil-define-key 'normal vterm-mode-map "e" 'vterm-send-M-f) (evil-define-key 'normal vterm-mode-map "db"...
> Currently this works reasonably well: > > ``` > (evil-define-key 'normal vterm-mode-map "h" 'vterm-send-left) > (evil-define-key 'normal vterm-mode-map "l" 'vterm-send-right) > (evil-define-key 'normal vterm-mode-map "b" 'vterm-send-M-b) > (evil-define-key 'normal...
> > > Currently this works reasonably well: > > > ``` > > > (evil-define-key 'normal vterm-mode-map "h" 'vterm-send-left) > > > (evil-define-key 'normal vterm-mode-map "l" 'vterm-send-right) > >...
> I had another idea. This is a very minimal sketch of a new minor mode, which at the moment is called `vterm-extra-line-mode`. > > ```emacs-lisp > (defvar vterm-extra-line-mode-map nil)...
If you set the token-timeout option mentioned in the release notes: https://github.com/systemd/systemd/releases/tag/v250 You then have to enter a pin, it'll timeout waiting for a fido device and ask you for...
I have to enter something, can't be empty for me either
> Would you please provide the machine CR here? > > I suspect machine unable to match the target cluster node, may be didn't use external cloud provider? Here's an...
The last status conditions before being flagged for deletion: ``` Conditions: Last Transition Time: 2024-03-27T15:31:27Z Status: True Type: Ready Last Transition Time: 2024-03-27T15:30:51Z Status: True Type: BootstrapReady Last Transition Time:...
@nasusoba Ah interesting, are you saying that if you don't set `disableExternalCloudProvider` you can upgrade the k8s version of a node? I never see the node join from within the...
I traced the issue back to k3s configuration issues between versions, we were passing the `--address` flag to the kube scheduler which has been removed in ther version we were...