Carl Vitullo

Results 13 issues of 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...

enhancement

enhancement
laboratory
v1

### 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...

laboratory
v1

`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...

bug
laboratory
v1

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...

enhancement
help wanted

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.

bug
Good first issue

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...

Status: Unconfirmed

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...

bug
docs