Thibaut Sardan

Results 195 comments of Thibaut Sardan

yeah it's happened to me too since forever, I'm on Linux Mint, Firefox. I've see the LED of my webcam go on too, when I didn't expect it. I just...

edit: There was a stray change in the current state to avoid a `TypeError: chrome.extension.getURL is not a function` in `packages/extension-base/src/background/handlers/State.ts` ```diff - const NOTIFICATION_URL = chrome.extension.getURL('notification.html'); + const NOTIFICATION_URL...

Hello there, I tried this branch and documented my tests: - loaded extension with manifest v2 (master v0.48.2) imported Bob and Dave - did a tx with Bob - exported...

I wish for https://github.com/paritytech/polkadot-sdk/issues/3288 For pure proxies to be cross-chain

I edited to start with this. However, as a human, I'd like to be able to understand what the issue is about without clicking on it (particularly on mobile with...

ah good to know, thanks for the correction and explanation :pray:

For anyone needing a workaround, Josep showed me the following somewhat hacky way, but it'll most probably always work. Create a batch call, then remove the 3 bytes from the...

Any feedback on this would be greatly appreciated, whether this makes sense to you or not :pray:

> How are you decoding this data? Yes, I decode it to display it for now, but it's not what users are happy with since it's too barebone. I'm really...

Hi, by requirement, you mean what needs to be done? If you want to run your own indexer, everything should be document here: https://github.com/ChainSafe/Multix/tree/main/squid You can then let us know...