You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both your plugin and craft-color-mixer by whoisjuan have a filter function called hexToRgb. In my installation your function gets priority when I use the filter. The problem is the two functions return different values, with yours printing "rgb(0,0,0)" and his printing just "0,0,0". So this created quite a bit of confusion and headaches when I was expecting to see the latter and didn't realize your plugin had its own set of filter functions. I submitted an issue with his plugin too, and I'm sure neither of you would want to change the name or return format for your functions, but something should be worked out in order to not confuse people who install both of your plugins like I did.
The text was updated successfully, but these errors were encountered:
Both your plugin and craft-color-mixer by whoisjuan have a filter function called hexToRgb. In my installation your function gets priority when I use the filter. The problem is the two functions return different values, with yours printing "rgb(0,0,0)" and his printing just "0,0,0". So this created quite a bit of confusion and headaches when I was expecting to see the latter and didn't realize your plugin had its own set of filter functions. I submitted an issue with his plugin too, and I'm sure neither of you would want to change the name or return format for your functions, but something should be worked out in order to not confuse people who install both of your plugins like I did.
The text was updated successfully, but these errors were encountered: