Ted Zlatanov
Ted Zlatanov
#1178 is related to the second question
On your build, set the last step to be a shell command ```console cd ${INSTALL_DIR}/bin ./agent.sh stop ``` We do that because we wipe the machine (PXE boot) after every...
Data containers are read-only, so a shuffler would have to either go through an slist (in which case, go `getvalues` -> slist -> `shuffle` -> `mergedata` back to a data...
This looks like an upstream issue, the MacPorts build of emacs-app-devel has the same problem on my machine. I have not been able to find if it's an Emacs or...
I have the same error after upgrading to Sequoia 15.1. exec-path-from-shell doesn't fix the issue. Only `(setq comp-dry-run t)` shuts up the constant errors.
It's really frustrating that I can't trace what the heck is spewing these errors. It feels like somewhere the invocation of clang went from a shell exec to a direct...
I have "resolved" this for myself, no more errors, with this against the latest Emacs, in early-init.el: ``` (setq native-comp-enable-subr-trampolines nil native-comp-jit-compilation nil ) ``` I hope this helps others....
Since it's just YAML, an in-place editor for quick experimentation would be really neat. Maybe a new feature?
I don't mind writing some code if it will help move this forward. For me it would be enough to have a function or alert manager option to simply sort...
For a default ordering, how about lexicographical by `(alert.annotations.summary, alert.creation_time)`? That's the simplest thing I can see that could be generally useful. Or maybe even look for a special `sort_key`...