Josep M Sobrepere
Josep M Sobrepere
I disagree with the suggested change on this PR. As a developer I much rather seeing 2 different overloads on my IDE, than conflating the already existing ones into 1...

> Maybe someone can explain to me what is happening. Hi @adrian-badulescu and @root14 ! I'm pretty sure that this is what's happening: `next.handle(request)` returns an Observable that when it...
> We sorted this out in the [polkadot-js/api via 5752](https://github.com/polkadot-js/api/pull/5752) which was released in `10.11.2`. > > So the most recent version of the extension 0.46.6 contains `polkadot-js/api 10.11.1` which...
> > It should accept the scale encoded value instead, because the way that PJS decodes scale-encoded data is an implementation detail of the PJS library, and this API should...
Does[ this work for you](https://westend-asset-hub-test-papi-94elc8mny-josepot.vercel.app/) with the version that's about to be released? 🙏
Apologies! It did work with the build of the latest `master`. I mean, it's not displaying to the user the `assetId` information, which IMO is quite important, but at least...
I put together [a write-up](https://forum.polkadot.network/t/the-need-for-an-improved-signer-api/6466/1) sharing what my thoughts are on this topic. If there is a crucial point that I would like to make that is that: the extension...
> The only counterpoint I'd raise is that if it proves difficult to do... It is not. We already have the [tools for doing that](https://github.com/polkadot-api/polkadot-api/tree/main/packages/metadata-builders), this week we were going...
Taking into account that `AbortSignal` is not standard JS and that the [TC39 proposal for ECMAScript cancellation](https://github.com/tc39/proposal-cancellation/issues/22) is still at its very early stages, I don't see why RxJS should...