-
**Reason for issue**
Winnie currently uses a constantly-running loop to handle timers. The complexity of the code required for handling the loop makes it difficult to debug and maintain.
**Work n…
-
I think one way we could support this would be to return an array from `usePendingFormSubmit` that has all of the states for the forms... that might be breaking. If that matters, we could make a new h…
-
### Your use case
#### What would you like to do?
See https://github.com/matrix-org/matrix-js-sdk/pull/3796
We should examine if this sort of issue happens in other parts of the codebase.
###…
-
This issue started by wanting to remove the [`VDomRenderer`](https://github.com/jupyterlab/jupyterlab/blob/35402b46cc483d4fe559037b40b21a9aaf24acae/packages/apputils/src/vdom.ts#L97-L146) class in #54…
-
# Overview
I'm trying to test a signal which is exported from a JS module. The problem is that between tests it's changed and the tests become interdependent.
# Recreation
```
export const…
-
Hi people, I have the following schema:
![image](https://github.com/Nozbe/WatermelonDB/assets/50555289/35cc2343-c90c-44a4-bea9-eaaad0f6cf9f)
And I would like to get in my component all the Senso…
-
See [this example](https://closure-compiler-debugger.appspot.com/#input0%3Dvar%2520map%2520%253D%2520new%2520Map%28%29%253B%250Avar%2520iter%2520%253D%2520map%255BSymbol.iterator%255D%253B%250A%26inpu…
-
I'm seeing alot of similarities between this library and mobx, and I'm wondering what the future holds in this regard. (I admit I thought it was going to be based on rxjs style observables due to the …
-
I'd like to be able to bind directives in the document directly to Observables on the scope instead of binding those directives to simple scope values that I have to update from `safeApply()` blocks.…
-
Rename `SimpleStore.getState` to `observeState` to make it clearer already in the API what this function actually does.
`setState` can be renamed to `updateState` to make it clearer, that this actual…