Results 6 issues of Chris Ha

First off, thanks a trill for this! I found an issue when trying to switch to my SoundCloud tab: 1. I'd type `tab sound` 2. Nothing would appear because SoundCloud...

Should this error on mutation? ```javascript const formattedQuery = { ...query, } delete formattedQuery['access-token'] ```

In your documentation you have the following example input: ``` css .element { @include rem('padding',10px 0 2px 5px); } ``` You can omit the ' marks surrounding each property: ```...

I had cases where I needed to `cy.wait` on certain responses. This will create a md5 hash out of the `url` so we could `cy.wait(HASH_GOES_HERE)`. ![Screen Shot 2021-04-05 at 4...

The `window` object that is in scope for a Cypress test is not the same as the `window` in the application. Add optional param to `set` and `reset` to mock...

Just wondering if these will be supported so that Chrome users can be served non-flash video? Thanks!