ifropc

Results 50 issues of ifropc

## Describe the bug When using composition patter in the object schema (allOf), exception is thrown. ``` Error while resolving allOf schema: Error: Could not resolve values for path:"enum". They...

bug

## Describe the bug Having a query element being intersection of 2 enums renders in as an object, instead of all available options. ## Expected behavior (Using Swagger editor) ![image](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/assets/62526399/010fd13f-0fa6-4cb9-a06a-4d15f8be7b7b)...

bug

Hi! I noticed an issue with exporting generic classes. For example, typescript map ```kotlin @KustomExport class Foo { fun bar( map: Map, ) {} } ``` Will generate following kotlin...

Having the following code: ```kotlin @JsExport class Tester { fun test(f: String = "default value"): String { return f } } ``` Will give this ts output: ```typescript class Tester...

### What problem does your feature solve? With added `--sign-with` and `tx sign` functionality (#1406) there should be a way to originate transaction from account we don't know a secret...

### What version are you using? Latest ([aba5bdd](https://github.com/stellar/stellar-cli/commit/aba5bddcf8f9e49c4c60917f36e5926eae6de7b9)) ### What did you do? Run `contract init` and then try to build all contracts ### What did you see instead? 1....

bug

### What problem does your feature solve? Currently, there's no (easy) way to fetch Stellar Asset contract spec. It'd be nice to be able to see the spec in Json/XDR...

There are some functionalities related to auths that we were considering adding to different commands, but IMO it could get a bit clunky to find those subcommands or flags, instead...

Currently, there is no command for signing transactions. This issue was created in a follow-up to #1406 to discuss design on `sign` command

Background: Following SEP-6 flow update, the KYC gathering logic is now the following: Once SEP-6 transaction is in the `pending_customer_info_update `, wallet should call SEP-12 GET `/customer?transaction_id=` to gather all...