Edmundo Santos
Edmundo Santos
If the site is taller than the viewport in Mobile Safari (iOS6), the image don't fill the background. When first loads (no scroll), everything is OK: http://cl.ly/KOOP On first scroll,...
Hi. First of all, thanks for writing this plugin, really cool and it is perfectly integrated with filepond! I have a question regarding adding custom attributes to `video` element. Right...
On IE11 the plugin doesn't seem to work, getting this on the console: ``` SCRIPT1002: Syntax error ``` Seems related to this line: ```js const isPreviewableVideo = file => /^video/.test(file.type);...
## Description - Use `formatDuration()` function from `packages/artillery/lib/utils.js` for consistency - Check if `lastMetricAt` and `firstMetricAt` are defined before calculating duration - Only report duration if the value is valid...
## Description This PR introduces query string improvements for Playwright tests, to reduce the number of distinct metrics a test run can generate and help users get more meaningful data...