Chris Hoffman
Chris Hoffman
Confirmed this is also not working with 2.5.2. We are have an ignore like this ```yaml ignoreDifferences: - group: certmanager.io kind: Certificate jsonPointers: - /spec/dnsNames/2 ``` We see the ignore...
Duplicate #274
Maybe I'm missing something, but I have a cluster that started on 1.4 (forget patch), but has been upgraded through 1.5.{3,4,5}, 1.6.7, and now 1.7.5. I hadn't had a chance...
Thank @smira for the response. The point of my post was not to say that it should have been automatically enabled. I was under the impression, both from my own...
I followed the directions to set the log level in the reproduction script and invoked a test run. I didn't get much of any logs except a loading error. Obviously...
I was able to come back and spend some time on this. Digging through the code a bit, it looks like the suggested config for enabling the more detailed logging...
After getting dead ended at the `rpcrequest` failure to load `neotest` module, I decided that it maybe has something to do with the reproduction config and launching neovim with the...
I'm currently running on Sierra and have not changed my install using DYLD_INSERT_LIBRARIES. You can check the way I set it up in [my shell configuration files](https://github.com/cehoffman/dotfiles/blob/f547809430ddedae4b4816743556a2293e99aca2/zsh/config#L166-L173)
We could use my personal one at https://github.com/cehoffman/homebrew-personal/blob/master/stderred.rb
The solution you are proposing is already available using a tool like [colorize](https://gist.github.com/cehoffman/1129908) which will colorize the stderr of the shell instead of hooking all commands. There are issues with...