Noah
Noah
Given ```javascript import { race, take } from 'redux-saga/effects' function* saga() { const waitEffects = { success: take(SomeSuccessAction), failure: take(SomeFailureAction), } yield race({ ...waitEffects, other: take(otherAction), }) } ``` Running...
**Current behavior** When I download react-styleguidist from npm, inspect the downloaded files, and look at the "lib/client/rsg-components/Examples.js" file, I see: ```js import React from 'react'; import PropTypes from 'prop-types'; import...
BREAKING CHANGE: Drop Node v10 support. Minimum version Node v12 required.
- [ ] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing)) - [x] This feature is important to have in this repository; a contrib plugin wouldn't do **Describe the...
FIXME: - Performance regression introduced by https://github.com/tophat/syrupy/pull/605/commits/9b3a19d433dca9aa55d004223e26eef4242ecf02 (600ms to 3.43 seconds for 1000 writes) -- notes about perf testing in https://github.com/tophat/syrupy/issues/539 TODO: - Complete https://github.com/tophat/syrupy/issues/535 - Reclaim more of the...
### Discussed in https://github.com/tophat/syrupy/discussions/537 Originally posted by **rassie** August 4, 2021 I would like to implement this assertion to check that `count` is within 10% of the expected value: ```python...
We had to wrap custom names in square brackets because our "does assertion name match name in file" logic is brittle. See: https://github.com/tophat/syrupy/pull/563 and related PR.
I just spent a few minutes upgrading, but by adding `"*.ambr": "python"` to `"files.associations"`, vscode's languge server (pylance) really starts throwing a fit about all the syntax issues since these...
### Discussed in https://github.com/tophat/syrupy/discussions/536 Originally posted by **rassie** August 4, 2021 If I understand the documentation correctly, it's possible to implement a snapshot extension which would compare images visually (e.g....
The config can be confusing, even with the documentation. Ideally 99% of users should be able to just run: ``` yarn monodeploy ``` we should revisit the defaults, and tweak...