Mark Garrett
Mark Garrett
We don't want to remove that block entirely, just have more open conditions: if (!ctype_xdigit($mixed)) { return; } This will allow for all-digit ids AND help cut-down on the issues...
@RalfEggert The only suggestion I could make is to not have the single action per class pattern, but to use a single class whose `_invoke` `switch`es the method to private...
@weierophinney Thanks for taking the time to comment on this. You are correct in that I was thinking of the listener layer in Apigility. I guess my brain is trying...
@wesalvaro I'm guessing this would all have to be redone now that the code has been migrated to LitElement?
The only think I'm not liking is the "class" option you have listed. The second parameter is kinda arbitrary really. It would be less gimmicky if the options parser were...
@PatrickRose Any update on this?
[According to the specification](https://www.w3.org/TR/custom-elements/#concepts), yes, you need a dash for all custom elements.
So I gather that this needs to be fixed before you implement a filter option in the component?
@sr55 I know this is a "dead" ticket, but VMAF was changed in February from Apache to [BSD+Patent](https://opensource.org/licenses/BSDplusPatent). This is described as: > This license is designed to provide: a)...
@xavery Looks like you were just about there. Any additional work needed to get this through?