karneges

Results 4 issues of karneges

Hello! One of the best RX operators is SwitchMap, it looks like FlatMap, but this operator stops previous observable https://rxjs.dev/api/operators/switchMap It is imperative to be able to complete the previous...

question

Hello, I have just found an issue with transaction simulation, I tried it with a different RPC, but the result is the same, can you help me, please? ![image](https://user-images.githubusercontent.com/54555726/169074131-785c4eaf-439b-4e7d-9f8d-e94a1e483993.png)

Hello, this is a beautiful implementation that is really similar to rxjs (that in my opinion brilliant Rx implementation). But I found one issue, your mergeMap operator doesn't support the...