StErMi
StErMi
I think it could be a good thing to generate a library-preload.js like in grunt-openui5 https://github.com/SAP/grunt-openui5/pull/47
If the transaction has failed it only displays "Status: Failed" but it does not show where in the three it has failed and for which reason
Hi there, is there a tutorial to use this documentation tool? I would love to start documenting my contract and showcase to other people how to use it!
I'm trying to use the SDK and execute this script ```ts import {client} from 'defi-sdk'; const BASE_URL = 'wss://api-v4.zerion.io/'; client.configure({url: BASE_URL, apiToken: 'my_token'}); client.subscribe({ namespace: 'address', body: { scope: ['transactions'],...
hi everyone, it would be awesome if you could update the example to support the new serverless-bundle plugin that supports TS!
I've just done a fresh install with `npm install` and tried to launch the local server with the `./startServer` but I got this error: ``` $ ./startServer internal/modules/cjs/loader.js:613 throw err;...
Do you plan to add support to TypeScript?
How can I update the select showing the new option when I append it? is there to bind the multiselect on some events to do that? Thank you very much.
### Component Other (please describe) ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you...
### Component Forge ### Describe the feature you would like Currently, when an `MSTORE` happens, the debugger will highlight the portion of the memory that has changed with a red...