Steven E. Harris

Results 239 comments of Steven E. Harris

It is hard to understand when one would want the `Patch` behavior, such that field "z" referring to field "y"'s value does not wind up holding true in the final...

After the hypothetical call to `Patch` in the original example, if you were to serialize the result to CUE code (a la _cue def_), would field "z"'s value still be...

This complaint arose originally [in the "help" channel of the "CUE" Slack workspace](https://cuelang.slack.com/archives/C012UU8B72M/p1740772204630309). It is good that _cue vet_ catches such violations of the constraining schema, but I was hoping...

> Should it always require its arguments to be valid? Unless that answer is "yes, always" then the caller of `len()` needs to also think about a constraint (via `must()`...

I ran into this today for first time as well, using _kitty_ version 0.42.2. I'm running on macOS within a Nix shell as well, with _zsh_ as my command shell.

> which version of `jjui` are you on? Version 0.9.3, using it via [the "jjui" Nix package](https://search.nixos.org/packages?channel=unstable&query=jjui).

> I assume this happens when you open one of the modal dialogs (e.g. git, bookmarks) or when a flash message is supposed to show up, this correct? In my...

Note this comment: https://github.com/kubernetes-sigs/kustomize/issues/119#issuecomment-412709201. This globbing feature was there briefly, but now it's gone again.

I see a similar problem with the "processors.memory_limiter" field, though in my case it has to do with the operator leaving previous fields in place that should no longer be...