Thibaut Sardan

Results 164 comments of Thibaut Sardan

Thanks for you reply, For the record, this was my `babel.config.js`: ```js module.exports = function (api) { api.cache(true); return { presets: ["@babel/preset-react", "@babel/preset-typescript", "babel-preset-gatsby"] } }; ``` Unfortunately following your...

Just to narrow down the problem a little, in my example from the first post, whether I use `intl.formatMessage` or the JSX component `FormattedMessage` doesn't matter, both: ```js import {...

I have thought about it very recently related to https://github.com/polkadot-js/extension/issues/628 as an additional security guarantee if we are able to show that an account we're interacting with is known and...

> Unless one of the two implementations reading QRs change and the presentation possibly changes, this is never going to work. Stylo is the underdog, and still has a manual...

Let's move on reg. this @Slesarew, a new release of the extension was made, effectively breaking any current integration that worked with Stylo at least, and we didn't settle on...

Based on this https://github.com/paritytech/parity-signer/pull/1069#issuecomment-1163448262 can we move forward with the implementation in Signer and add it back to the extension?

I feel this might end up looking convoluted for users if we mix "testnet" with network names.

I totally understand your point, I do have such accounts allowed on any chain as well, I name them "TEST *" to make sure I don't mess up. "Substrate generic...

One thing that I've missed recently, is the ability to set the network for an account for Westend, which I have the metadata for, but that doesn't appear in the...

Regarding the implementation, I'm thinking about context variable that is set to `{mnemonic, ttl: now() + 2min}` that would allow an automatic redirection. The one part that bothers me is...