Ben Brown

Results 21 comments of Ben Brown

I'm hitting this error currently, despite `winrm get winrm/config/service` showing that AllowUnencrypted is set to true: ``` AllowUnencrypted = true Auth Basic = true Kerberos = true Negotiate = true...

Is there a formal plan to remove the [template](https://registry.terraform.io/providers/OpenNebula/opennebula/latest/docs/resources/template#template) attribute of the `template` resource? It's currently marked as deprecated, so I presume there is such a plan, though the deprecation...

@treywelsh Aha! That would make sense. I'd be interested in seeing whether other providers have attributes that expect a template or heredoc, and how they handle whitespace changes. While I...

It could be an idea to allow the configuration of arbitrary labels, perhaps with the priority being set based on the order in which they are specified?

Looks good to me! I tested on my local system as well, to ensure the build succeeded with these changes.

Would these fixes be eligible for backporting to 25.05?

Looks like gitgui implemented a solution like so: https://github.com/gitui-org/gitui/commit/ce4f3af767574fdda07484d6cc6c2236cfb24302 I can't see `yazi` or `helix` doing similar, except on exit, so not sure how it's working there.

It may be simpler than that, it could be that `open-rs` isn't allowing the process to inherit stdout/stderr.

> Not too familiar with the `mkOrder`-like nix functions, but this looks sane to me. Have not tested this, however, and this does seem like it has the potential of...

I suppose given it's the first match that will be used, thus any overrides would need to be at the top, this does make sense. I think any chance of...