Hugh Saunders
Hugh Saunders
duplicate of #351
`/back` also makes sense as the opposite of away.
First test failed, will modify and retry.
I have a wled instance with 339 SK6812s which became very unstable after the upgrade to 0.14.1. Downgraded back to 0.14.0 and ok so far. Similar to @ihavenonick, I only...
This is also true for variables. If you try and and define two identical variables, you get this error that doesn't hint at the actual problem.
@melyux, yep still happening for me on 2022.9.7
`conjur user rotate_api_key myuser` produces an error but `conjur user rotate_api_key other_user` does not. However it doesn't rotate `other_user`'s key it rotates the logged in user's key, which is unexpected....
Updated the dockerfile provided by @bfosberry ``` FROM ubuntu RUN apt-get update && \ apt-get install -y cmake g++ libevent-dev libssl-dev libcurl4-gnutls-dev \ libavutil-dev libavformat-dev libavcodec-dev libavfilter-dev \ libswresample-dev libswscale-dev...