Results 5 issues of MisterTicot

In my softwares, I have template literals from which I generate HTML components. Example: ``` new Gui(`Hello, %{name}!`, { name: "Lukas" }) ``` However, this "Hello" won't get extracted. So...

enhancement

In a situation like this: ``` if (x) { if (y) { | } ``` Pressing `}` will jump to the last bracket rather than inserting one. I think it...

In js-stellar-base, [manageBuyOffer](https://stellar.github.io/js-stellar-base/Operation.html#.manageBuyOffer) amount parameter has been named `buyAmount`. However, in the [stellar.org guide](https://www.stellar.org/developers/guides/concepts/list-of-operations.html#manage-buy-offer) it is referenced as `amount`. Horizon uses `amount` parameter as well when returning the [operation record](https://horizon-testnet.stellar.org/operations/3061014601928705)....

bug
Hacktoberfest

It's all in the title. Currently the interface forces user to enter an offerId parameter, which doesn't match the network behavior.

bug
laboratory
v1

## Current behavior When a transaction is signed by more legit signers than required, it will be rejected with 'tx_bad_auth_extra' error. ## Proposed behavior The transaction should be validated and...

CAP
needs draft