Tom Pietrosanti

Results 9 issues of Tom Pietrosanti

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 When codesandbox has [updated its axios...

dependencies
enhancement

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 _No response_ ### Examples 🌈 _No...

enhancement

I think It would be helpful to have a loginFailed routine that did not clear the buffer, and broadcast a message indicating a failed login attempt. Mostly because the other...

Include some info about NightwatchJS, and make any other improvements to the readme, including better installation instructions.

There is a flag in the configuration to allow disabling the assertion from a single point - useful if you need to run tests without visual comparison for any reason...

enhancement

Not exactly sure what the syntax would be, but I was just thinking it could be useful to crop to the viewport.

enhancement

Noted after applying autoprefixer Probably also `-webkit-margin-after` and `-webkit-margin-before` as well My guess is that these were ultimately dropped, which is why they're not included. If they won't be included...

Noted after applying autoprefixer https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-column-gap Looks like it might also be in the mdn compatibility data under "multicol_context" https://github.com/mdn/browser-compat-data/blob/9cdf0da10f6e7bd736ebefc9aae455c501e82a9b/css/properties/column-gap.json#LL157C18-L157C18

Had a crash due to this.image_versions being null while trying to access this.image_versions.Keys. Resolved by testing for null before accessing Also added a little code that can be used for...