Alex Anthony
Alex Anthony
NB: If using the `allowSizeMismatch` option, if the size mismatches _and_ the diff goes over the threshold, this plugin will _only_ report the size mismatch. https://github.com/jaredpalmer/cypress-image-snapshot/blob/master/src/command.js#L46-L55 is the line which...
@jaredpalmer Could you give this a review? It would be really helpful for my team if we could get this in.
@jaredpalmer Hi, any chance we can get this in?
@jaredpalmer would you be interested in giving some other contributors commit rights? There's a bit of low-hanging fruit in existing PRs that would be nice to get merged, I'm guessing...
@flotwig any chance of getting this change in?
As a workaround, I've mounted this component inside the form: ``` const RevalidateOnSchemaChange = ({ validationSchema }) => { const { validateForm } = useFormikContext(); useEffect(() => { validateForm(); },...
@moroshko Any chance you can give this PR a review?
Similar issue for currency - the currency should be inside the parentheses, rather than outside
That workaround isn't great - a) the package doesn't work properly with the new Atom default and b) I believe the point of tree-sitter parsers is for performance. Can we...
As an example: | Name | Age | Actions | | -- | -- | -- | | John | 23 | [Delete] | | Jane | 34 | [Delete]...