Eric Labashosky
Eric Labashosky
+1 for the this PR. This is the second time I've had to create my own MetadataGenerator because the code under test is using the labels from the optionset.
I ran into this issue trying to setup test data (product structures are hell).
I fixed this by changing the blur event ``` .bind("blur.timepicker", function (e) { setTimeout(function () { if (document.activeElement.className !== "ui-timepicker ui-widget ui-widget-content ui-menu ui-corner-all") { // Don't close if the...
Thanks for reporting. I don't have a good test environment for this (all my workstations have vs17). Once I get it fixed I'll let you know.
The above error was a red herring, I upgraded flask-ask from 0.8.4 to 0.9.3 and error stopped. Now when I say "Alexa ask plex music to play janet jackson" I...