Andrea De Masi

Results 7 issues of Andrea De Masi

### Subject of the issue As stated in the title createDryRun doesn't include latest-timestamp, round and has wrong address encoding as you can see in the snippet below. This breaks...

new-bug

As stated in the title i18next seems to not be available in the layout component when using gatsby-layout. For example using two languages `it` and `en` ```jsx export const Layout...

Is it possible to return a 401 error instead of the login form when the user is not logged in?

Trying to use `storage.get()` in a content script results in `Access to storage is not allowed from this context.` Here's my code: ```typescript // content.ts const storage = new Storage({...