remche

Results 22 comments of remche

> what do you have in mind here? An empty buffer or a buffer populated with some text and no filetype specified (I suspect the latter)? That's it: I use...

Sorry I did not read the fabulous doc... will need to improve my completion though !

Yes, it does not fit well IMAP RFC sequence set syntax... Would be easier to give a whitespaced UID list.

IMHO we should rely on json output for those. `himalaya -o json list | jq '.response[].uid' | fzf` The drawback is the `jq` dependency.

Fish shell uid completion (needs jq): `complete -f -c himalaya -n "__fish_seen_subcommand_from copy delete read reply" -a "(himalaya -o json list | jq -r '.response[]| [.uid, .sender + \" ✹...

Any news on this ? I'm really interested in Senlin support for [terraform-openstack-rke2](https://github.com/remche/terraform-openstack-rke2) !

@dkt26111 both of them... but the main goal would be to leverage Senlin autoscaling to make worker nodes scale in/out.

@dkt26111 thx for the feedback. In fact with RKE2 we do not need an K8s autoscaler as the node would automatically join the cluster (it only needs the _master_ server...

I'm not sure because not an expert of JH architecture but I think using `bind_url` or `base_url` is not a solution. What about adding an optional proxy parameters to specify...