Carl Vitullo
Carl Vitullo
I've noticed that a lot of threads have a number of interesting conversations tucked below the first handful of replies. The way Treeverse expands, however, expands all top-level conversations first...
### What problem does your feature solve? When building a transaction, the list of operations is 1-based, but when viewing an XDR, it's 0-based. This mismatch has tripped folks up...
`TxBuilderResult.js` [builds transactions](https://github.com/stellar/laboratory/blob/master/src/components/TxBuilderResult.js#L30) and `TransactionSigner.js` [signs transactions](https://github.com/stellar/laboratory/blob/master/src/components/TransactionSigner.js#L51) as part of their `render` methods, which means we can't do anything asynchronous as part of this. We would like to be able...
There are a number of smaller features that I think we'd like to implement, but not until we tackle a broader overhaul of the Laboratory UX. I'm going to close...
Discord added support for [modals](https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-modal) as a way of gathering user input from commands. It would enable a bunch of new types of bot interactions if Reacord supported these. I...
Once the "the amount is invalid" error message comes up, it doesn't dismiss until the form is re-submitted. It should go away after the value is corrected.
It's been a long time ([2017!](https://github.com/facebook/react/issues/11940)) since we've done this, but we're reviving the tradition! The community has grown so much since then; [Stack Overflow](https://stackoverflow.com/questions/tagged/reactjs) had about 64k tagged React...
https://developers.stellar.org/sitemap.xml shows all "last modified" times to be the date of the deploy, because the data is sourced from the age of the file on disk, not the actual git...