-
Updated
Jul 5, 2021 - JavaScript
flux
Here are 1,037 public repositories matching this topic...
-
Updated
Oct 3, 2021 - JavaScript
-
Updated
Mar 3, 2021 - JavaScript
We currently borrow from https://github.com/pytorch/pytorch/blob/v1.10.0/test/cpp/api/modules.cpp#L1337-L1338, but some sort of goodness-of-fit test would be more robust than a simple range. Sampling the layer outputs should have a negligible impact on test runtime.
-
Updated
Mar 3, 2022 - TypeScript
More details here
violetagg/reactor-netty-workshop#2
-
Updated
Feb 16, 2022 - JavaScript
-
Updated
Aug 6, 2019 - JavaScript
I think it would be handy if Undux used React.forwardRef() to make sure that any refs attached to components created using withStore got attached to the wrapped component instead of the wrapper itself. Thoughts?
-
Updated
Mar 3, 2022 - JavaScript
-
Updated
Feb 21, 2022 - TypeScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Feb 26, 2022 - Vue
-
Updated
Mar 7, 2022 - Julia
What I mean:
const countAtom = createNumberAtom()
createAtom(
{ count: countAtom },
(track) => {
track.onAction('count.increment', () => {})
// ^
}
)-
Updated
May 28, 2020 - TypeScript
-
Updated
Mar 6, 2022 - C#
-
Updated
Feb 23, 2022
Retire zuul
https://github.com/defunctzombie/zuul is unmaintainced.
We want to replace zuul to another testing library.
-
Updated
Jul 12, 2018 - JavaScript
-
Updated
Mar 8, 2022 - Jinja
Improve this page
Add a description, image, and links to the flux topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flux topic, visit your repo's landing page and select "manage topics."
Currently the
publish.ymlworkflow inmainbranch is split into 2 jobs for tests.But the
slower testsjob does include reactor-test tests, while it shouldn't.Also, that same job could probably include jcstress tests for core.