Tim Arney

Results 39 comments of Tim Arney

Curious if you're getting this type of error ``` Error: Image size (1872x1256) different than saved snapshot size (936x628). ``` Example screen - https://github.com/cypress-io/cypress/issues/3324#issuecomment-535181285 or if you have a different...

Noting a few folks have posted here here as well: https://wordpress.org/support/topic/u2f-api-deprecation-message/

@developit Odds of getting this merged? Was looking into doing this exact thing.

Just took a look at this 👍 One issue: If the dir you're storing the file in doesn't exist it will throw (likely intended ... but might be nice to...

First - thanks for your work on this :) Was trying it out and was happy to see there was already a PR to add writing to a file support....

Had another thought on this ... What if this built up a array and passed the results to a callback Allowing the user to save to a file or db...

Nice ya agreed on the format as you've outlined. Before & after sizes makes the most sense.

We're doing some work with a forked version of this repo https://github.com/timarney/size-plugin/blob/master/src/index.mjs#L177 here https://github.com/cds-snc/bundle-size-tracker Roughly we're writing a JSON file and than reading / writing the filesizes to a DB...

> For the prototype implementation, let's create a simple modal/dialog. @swissspidy --- would this be like the font check dialog? Check for link when the editor loads - pop the...

Something that might need some testing is the "double useEffect" call when in dev mode / strict mode. https://www.youtube.com/watch?v=j8s01ThR7bQ Will probably result in some double fetch calls etc... not sure...