EffakT

Results 11 issues of EffakT

Currently using Tachyon 2.4.0. Occurs in both Lamba and Docker. We have a JPG file that is 14176x6132. Loading this image with "?w=1600&h=600" we get a TTFB of 1s Loading...

This adds a QR code to the bottom left of the player, using the `document.baseURI` as the URL for the QR code. Resolves #32 - [x] QR showing on page...

### Description of the bug When a mediaError occurs, e.g "Attempting to append to the audio SourceBuffer, but it does not exist" This retries indefinitely ### Steps to reproduce Play...

bug

Given the following code. ``` .material-design_wrapper { @at-root { #{str-replace(unquote("#{selector_append(&)}"), "_wrapper", "")} { &.gform_confirmation_wrapper { background-color: red; width: 200px; height: 50px; } } } .gform_confirmation_wrapper { background-color: red; width: 200px;...

bug
spec compliance

### Description of the bug Add a Up next or Result playing card above the Seasons Tabs to allow users to quickly jump back into an series from the series...

bug

I think this may just be a timing issue. Basically, I wrote a quick and dirty lua script ``` function onMapLoad() console_out(gametype); console_out(server_type); console_out(map); end onMapLoad(); set_callback("map load", "onMapLoad") ```...

### Bug reports: When using box-shadow, and a transform it seems to not render the box-shadow. https://jsfiddle.net/dLw6xzby/ ### Specifications: * html2canvas version tested with: 1.2.1 * Browser & version: Chrome...

This PR introduces several improvements and fixes. ## Features ### Per-song Update Lock - Added a locking mechanism per song to prevent redundant updates & request to spotify API. -...

When running the script for extended periods (> 1 hour), the authentication fails because the Spotify API access token expires (The expiry is 1 hour). The script does not currently...

When using the --start parameter, the output logs display the index starting from 0, even through the actual processing begins at the correct start index. E.G, `--start 131`, processing starts...