Andras Salamon

Results 109 comments of Andras Salamon

@madrob **ISO_8859_1** In the first version I used UTF_8 but later I checked the source code of java.util.Base64 ( http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/687fd7c7986d/src/share/classes/java/util/Base64.java ) and they are using ISO-8859-1 internally, so I thought...

We also used a different way for String conversion, I modified the lines.

Yes, the invocation is longer with this patch, on the other hand we avoid using an external library so the .gradle file is shorter. We only require that SHA-1 is...

This travis error looks rather unrelated: ``` Expected feature release number in range of 9 to 17, but got: 8 The command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license...

@holzkohlengrill What is the id you use for testing? This part of the code tries to read info from `https://learning.oreilly.com/api/v1/book/PUTTHEIDHERE/` Can you access this page?

Please open an issue here: https://issues.apache.org/jira/projects/OOZIE and attach the fix as a patch file to the new jira.

Thanks for the patch @Celebrate-future . Unfortunately we don't support pull requests yet. Can you please open a jira and upload the patch there. Thanks. Can you also please also...

K-70 is not yet supported. I've created a test version, please test it and copy the output here. [pktriggercord-0.84.03-win.zip](https://github.com/asalamon74/pktriggercord/files/648266/pktriggercord-0.84.03-win.zip)

Looks promising. I attach a new version which tries to parse the status info. Please try the following command: `pktriggercord-cli.exe --status_hex --debug` It might also fix the GUI. I'm not...