Sean Marlow
Sean Marlow
Is there still interest in making RGB values an option? If so, the best option might be to use a different jQuery color picker. Looking through the code I found...
Okay, the initial question made me think rgb stored as a string rgb(1,2,3) rather than a tuple (1,2,3). Migrating to a new jQuery color picker will likely cause some major...
Hi, I ran into this issue as well. The original output is missing subscription id. Given a service principal is tied to a subscription id and having that id is...
I created a separate request related to the missing subscription id https://github.com/Azure/azure-cli/issues/21693
The AttributeError I think is an issue with Click < 7.0. https://github.com/click-contrib/click-man/pull/33 should fix this.