Diego Rivera
Diego Rivera
Added code to allow for per-property separators, using a specialized property name like "separator:${propertyName}". This allows for more fine-grained control of the separator character to be used with each property...
In my environment, IconHider would sometimes post a null reference error that I never could track down, so I just came up with this patch that both facilitates that check...
This is the mapping I'm trying to achieve in a TEMPO (I have it working just fine in TARGET): - Short Press = do action X - Long Press =...
Integrate code by papaschloss to support non-numeric channels (i.e. 21.2)
Some channel numbers are not entirely numeric, instead having a dot in the middle (i.e. 21.2). This patch adds support for them, as coded by papaschloss.
### What is the problem you're trying to solve On occasion, our worker node VMs (in Rancher) end up with a corrupted cached copy of container images (not one in...