Josep M Sobrepere
Josep M Sobrepere
> Seems the specified Capi version in both of those is `0.0.1`. Should be `0.1.0-gamma.1`. Then perhaps the docs should be updated? Because `npm i capi` installs version `0.0.1`
Also installing version `0.1.0-gamma.1` on stackblitz produces the following error: ``` A FAILURE: PACKAGE NOT FOUND Unable to find package @capi/westend-dev in the NPM registry. Please try installing a different...
> Seems to be an issue with how they are runnning browser code... A node project is able to install capi > > https://stackblitz.com/edit/stackblitz-starters-2u3qzv?file=index.js to install it, yes. To run...
> Looks like their browser setup doesn't correctly handle URL packages (which we use for codegen), and their node setup uses an old version of node. I don't see much...
> I'm not sure there's anything we can do to fix this, but I'll still reopen it to track the status. (Perhaps stackblitz will soon update their version of Node...
> What is the error you are getting on codesandbox? Is it a TLA error? > >  Try creating a TS sandbox from scratch, then install capi and then...
@tjjfvi I'm re-opening this bug because I haven't been able to understand the reason why the following code: ```ts class ObservableError extends Error { override readonly name = "ObservableError" constructor(public...
> @TarikGul @josepot can you please take care to make pjs/papi ready for this new signed extension? Right now the easiest way would be to just pass `0u8` as `mode`...
Could you please elaborate on this? What does it mean that `substrate-connect` lacks ServiceWorker support? Why would you ever want to use `substrate-connect` from within a ServiceWorker? Did you also...
> `call.signSubmitAndWatch()` returns an observable. If that observable is subscribed to more than once, it will send the transaction again to the wallet, resulting in multiple popups shown to the...