Victor Oliva
Victor Oliva
When upgrading to v4 I noticed that the steps are not synchronised between windows: when pressing arrow keys in the presenter window, only the presenter window has the steps changing...
A possible solution to #440 I need that, as that infinite loop is giving a hard time to the load balancer when we have a couple of users having this...
I think the name of this function is confusing: `nth` represents ordinality, and ordinality is always 1-based. What's the 4th element of a list (`nth(4)`)? It should be the element...
Fixes #212
## Description Even though AsyncActionCreatorBuilder can be easily used by providing set and fixed types, it can't be used when trying to retrieve generics. ## Mandatory info - [x] Did...
### Describe the bug When using `tap` passing in a Subject directly (i.e. without using `{ next, error, complete }`), if the resulting observer creates a subscription and unsubscribes from...
**Related issue (if exists):** Fixes #7111 **Description:** I see the behaviour of the serializer was not really specified, I added a couple of tests to cover it. This is the...
### Describe the bug When sending a message to a `WebSocketSubject` that causes the serializer to throw an exception, rxjs throws instead a different exception: ``` TypeError: WebSocketSubject.error must be...
## Use case Columns set with `max-content` only calculate their width on the initial render. It would be nice to have the possibility to trigger a recalculation of the column...