smacpherson64

Results 16 comments of smacpherson64

Have a related issue but with the `--open` flag. When opening in the browser or electron the protocol and hostname are not respected. For example: - `redux-devtools --protocol=https --host=app.local --open`...

Hrm, here when trying something similar `atomValues` seems to always be empty. NOTE: this is not a desired implementation just what I used for quick feedback. ``` useTransactionObservation_UNSTABLE((update) => {...

> useTransactionObservation_UNSTABLE is not a published API yet, the new API is under development and I hope to have it out soon. @drarmstr For sure! Just wanted to add to...

When testing removing the reset option, it causes an issue in Edge where it no longer resets the captcha. Also, it did not fully resolve the issue on Chrome.

Hi @Methuselah96, sorry for pinging! I was wondering what the process is about pull requests for `@redux-devtools/cli`. Is there anything that needs to be changed for this specific PR to...

This sounds incredible! @gnapse, since `jest-dom` is scoped to DOM elements `toHaveAttribute` does work for quite a bit. *One prime area that is missing through is anything where it deals...

Hahaha, kk, It would be really amazing to have the ability to have an in-depth automated accessibility test that was really accurate and walked you through how to resolve the...

Hrm, the core of axe is really cool! https://github.com/dequelabs/axe-core/blob/develop/lib/rules/label.json#L18-L29 For example if we did make a `toBeLabelled` matcher it should be able to handle: **Explicit Label** ```html Label ``` **Implicit...

Sounds good! I will aim to take a stab at implementing the idea this week!

@gnapse and @kentcdodds, I have an HOF concept but want to make sure it is on the right track. My thought is the HOF wrapping each matcher in index.js would...