-
with a backoff retry strategy.
See:
### First Version of the RxJS Solution
```ts
/**
* Filters
*/
export const switchSuccess = (status: true | 'pending') => status === true
/**
* …
-
### Describe the bug
Since the version 7.x.x, the behavior seems to have changes in the unsubscription mecanism for combineLatest: unsubscribe from a combineLatest doesn't unsubscribe from underlyi…
-
https://github.com/oriML/swh-assigent/blob/de4096dadc6dc886987cbe72f185e2a3e970cd67/src/app/services/countries.service.ts#L36
Angular (as far as version 15) returns an `Observable` for HTTP request…
-
### Specification
The `EventEmitter` is a nodejs native construct. To be more compatible, we should be using Web APIs like `EventTarget`.
We've started to do this in https://github.com/MatrixAI/…
-
Tried to use liveQuery with Vue TypeScript and I'm getting this error in VS Code.
```
Argument of type 'Observable' is not assignable to parameter of type 'Observable'. Type 'Observable' is missin…
-
[RxJS](https://github.com/ReactiveX/rxjs) is *not just* used with Angular implementations. It is used across many different types of JavaScript projects, has become a standard, is rich in features, an…
-
## How to reproduce
- run npm test to see output of "Filter Async Parallel.filter runs parallel"
## Expected
The order of elements is reversed after filterAsync
## Actual
The order of eleme…
-
**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…
-
## Talks
### Cracking a JavaScript Interview - Beginner Series by @chihab [ Help wanted ]
You're already a JavaScript developer but do you really feel comfortable with things like scope, closures, t…