-
The changes in #11762 look awesome, but for the NEO flip sagas the back side retains the saga-style rendering when it should be swapped back to normal card rendering.
ssk97 updated
6 months ago
-
https://learn.particular.net/courses/take/adsd-online-free/lessons/11460615-introduction-systems-vs-applications
Do powtórzenia:
- [ ] #8: The network is homogeneou
- [ ] Fallacy #10 : The syst…
-
Supports mozilla/addons#10654
---
In order to make the disco pane code easier to update (and more readable), we should have more flow coverage. This issue is about adding flow types to the disc…
-
# Strange interaction with Storybook
- I'm currently using the Storybook UI library to generate some automation tests
- I am attempting to automate tests for my login page, which upon successful l…
-
We use a pattern like this to test sagas:
```js
sagaTester.dispatch(initialAction());
const lastExpectedAction = someAction();
await sagaTester.waitFor(lastExpectedAction.type);
```
If the…
-
With a given code
```js
const mapState = ({ page, direction, ...state }) => ({
page,
direction,
isLoading: isLoading(state)
})
```
memoize state should not react to any state change, as …
-
_(French translated into English)_
I've never used WatermelonDB before (I never succeeded because of autolink errors) but since version 0.26.0 has just been released I naturally wanted to give it a…
ghost updated
7 months ago
-
This happened when I used a script to invoke `oxide instance stop` for 10 instances successively in a loop, and then delete them with cli in another loop. The requests came back with success response …
-
The Discovery Pane needs to load data with a saga instead of async-connect.
To test for regressions:
* Load the discovery pane via `about:addons`
* Make sure the add-on data still loads
* Make s…
-
Instead of using async-connect to pre-load the add-on detail page, we should use a saga.
Steps to test for regressions:
* Load the add-on detail page, make sure it works.
* Try refreshing the d…