karneges
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...
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? 
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...