Lukas Satin
Lukas Satin
Hi, it happens also with zoom plugin, so I disabled it to verify and it happens also without zoom. Am I doing something wrong here? I get json very fast,...
Hi, I use master branch. Visual Studio 2015 created grt.lib and examples with no problems. Now I want to try your basic example and linker has problems. There are a...
…Java 8 support *** Advice for build system, dependencies (Spring Boot 2.x, Swagger 2, perhaps any 2018 Java app) *** Compiling SDK: ``` > Task :compileJava warning: [options] source value...
Here the table shows column Error and column Code: https://www.stellar.org/developers/guides/concepts/transactions.html Column Code is number here. But Java SDK returns code as string: ```response.getExtras().getResultCodes().getTransactionResultCode()``` So if it is String, then it's...
Problem is here: https://github.com/stellar/java-stellar-sdk/blob/master/src/main/java/org/stellar/sdk/responses/TransactionResponse.java Problem is: ``` @SerializedName("source_account") private final KeyPair sourceAccount; ``` When it want to serialize KeyPair, it scream with exception about secretSeed cannot be serialized and converted...
My project worked fine until I add these lines: `public static interface RequestMapper extends ObjectMapper {}` `RequestMapper mapper = GWT.create( RequestMapper.class ); JSONDSRequest r = new JSONDSRequest(); r.records = request.getExportData();...
I am currently running MicroSD in USB adapter in FlashFloppy drive. I have seen some USB flash with wifi support (Sandisk, etc) as well as SD cards with wifi. Will...
Ni hao, you have bad practices in your KeyUtil. 1) UUID is not recommended for other stuff than userId. It was used back in the day for content management systems...
Hi, I'm Lukas from Prague 10 (I guess we live close to each other). I have a working solution with Teensy 3.2 + USB Host + 3.3/5V logic level shifter....