Josep M Sobrepere
Josep M Sobrepere
There is a small problem with the current implementation of `useNearScreen`, which is that if a user navigates to a different page without having seen all the all the "observed...
* **I'm submitting a Bug report** * **What is the current behavior and expected behavior?** As I'm sure that you already know: It is possible on Polkadot-SDK runtimes that support...
Fixes #70
Hi and thank you for maintaining this library! Our dApp stopped working once we tested it against a recently deployed tenderly fork. After spending some hours trying to find the...
[DEMO on a TS project](https://stackblitz.com/edit/typescript-jfd7hj?file=index.ts) [DEMO on a JS project](https://stackblitz.com/edit/js-upy9ou?file=index.js)
Following the recipe outlined in [here](https://docs.capi.dev/rune/interop/#observable-libraries). The following code: ```ts const rune = observableToRune( new Observable((observer) => { observer.next("hello") observer.next("there!") observer.next("how are you?") }), ) const runTest = async (id:...
The [current `codegen/src/known-types`](https://github.com/polkadot-api/polkadot-api/blob/fee5ecb6d09dea073f130fd2a58995907bd36c9c/packages/codegen/src/known-types.ts) were generated in a super hacky way that doesn't scale. Some checksums [seem to have the wrong name](https://github.com/polkadot-api/polkadot-api/issues/341), we also have some entries in there that shouldn't...
## Introduction **Enhancing Developer Experience with Improved Chain Interaction Selection in IDEs** When initiating this project, our goal was to offer a flexible interface for developers to select key chain...
@peetzweg pointed out to me during a pair-programming session about the convenience of having an "offline" API, basically the idea is that if you already have the downloaded metadata, plus...