Greg Sullivan
Greg Sullivan
Just in case it's relevant, I encountered this error as soon as I installed the Gradle for Java extension for VSCode. As soon as I remove the extension, it goes...
I experienced this problem simply going through the Polymer tutorial - the user experience on touch devices is WOEFUL. How on EARTH can it be that this issue has been...
YES it's still there in 2.X/3.X
I encountered this problem simply going through the Polymer tutorial - the last step is to add a paper-checkbox, and the user experience on touch devices is WOEFUL. What a...
Good point - thanks - I agree - I am indeed referring to throttling. Would you agree that throttling would make more sense for the sample app you give? E.g,...
Actually, there's something else. If we accept that the example is indeed supposed to be demonstrating debouncing, shouldn't the app allow us to properly test it, by allowing the user...
Thanks - appreciated. I'm referring to the example app - I do not see any cons for using throttling in your example app. I agree/understand that debouncing is the right...
Actually I left out something important - I have to issue at least one "pull" refresh on the details page before it fails. So, steps to reproduce: - Open the...
Ahmed - many thanks - that fix has stopped the lockups. Please consider making this change to the example code, because I think my testing was well within the scope...
Just FYI, I've been wondering why the app locks up completely, with no error message whatsoever (before applying the fix). As an experiment, I tried forcing an exception in the...