Sorin Davidoi
Sorin Davidoi
aXe runs for me in both Firefox Nightly and Chromium. 
Maybe it would be useful to expand the API to allow the reply to be prefilled with some value? Use-case: - User `A` sends a message to user `B`: `@b...
> This step is the one I'm most confused about; does this require getting the source code for every JS URL and checking if it starts with a source map...
Also observing this. It's likely caused by concurrent reads/writes to `nxdeps.json` (while `at position 0` seems to indicate that the file is always empty, we've sometimes observed it being non-zero,...
Can someone on the NX team weigh in on this (e.g. what solution would you merge if someone worked on it)?
Browser sniffing will be needed to not spam Firefox and Safari users that can't install the extension: - https://github.com/rangle/angular-devtools/issues/785 - https://github.com/rangle/angular-devtools/issues/895
[Colorable](https://colorable.jxnblk.com/) can be handy when testing new colour combinations.
> Allow users to pass "ignorable" rule/element pairings to axe-core: Doesn't the `exclude` context property work for your use-case? https://github.com/dequelabs/axe-core/blob/develop/doc/context.md#exclude-elements-from-test
> After taking a closer look at the issue, we found out that TestCafe has a technical limitation when used with the rxjs library. TestCafe uses testcafe-hammerhead to proxy your...
> This would have been caught if the unit tests were run in different timezones (presumably they are run with TZ=UTC in CI?), as they are currently either passing or...