Thayne McCombs
Thayne McCombs
What is your waybar configuration? I'm not able to reproduce on sway with the following waybar configuration: ``` "custom/slurptest": { "format": "slurp", "on-click": "slurp >> /tmp/slurptest" }, ``` Maybe there...
That's fine with me. I'm more familiar with gitlab than sr.ht, but I would be ok with either.
What compositor are you using?
Yeah, I'm not sure `full_match` is a great name either, but I couldn't think of a better one.
My point is that a subset of custom schemes are basically identical to http/https, but use a different scheme to convey some additional information. Such a separate processor would have...
I got this same error when using config like: ``` resource "vault_aws_auth_backend_role" "developer" { backend = vault_auth_backend.aws.path role = "developer" auth_type = "iam" bound_iam_role_arns = [var.some_role_arn] token_policies = ["default", vault_policy.dev_ro.name]...
Would a PR to fix this be welcome? Or would that be "extending functionality" and thus be rejected?
> Two is that we all seemed happy with some kind of postfix syntax here as opposed to e.g. a special macro (like offset_of!). What about a postfix macro? So...
One improvement would be to use a non-chunked content if the user supplies the Content-Length header, and then only copy Content-Length bytes.
For example: how would I create an AVL tree with non-numeric keys? Or is there a generic way to iterate over collections? is there an equivalent to cl:map that uses...