Bernd

Results 53 comments of Bernd

Thanks for the FR. Yes I had thought about it, but was not sure how to do it. I think I will make a GUI where you can type a...

BTW: if you need multiple accounts, you can start the program multiple times picking different workdirectories: ``` etotp/ config1/ config2/ etotp.jar config1.sh config2.cmd ``` With config1.sh ``` cd `basename $0`/config1...

While I think the topic is important, I am not sure a image annotation cuts it. There is this „image is supported“ notion, where supported means vendor will give you...

There is a OpenJDK OCA on file for me (company Seeburger AG), but I think this trivial fix also does not need one.

BTW I think Latin1 is one of the 8bit transparent encodings, so the old code would never be unequal. This is one of the reasons why Latin1 is used if...

> I think @ecki was merely pointing out something to watch out while reviewing it, and as you explained, after this PR it should be configurable I think. Yes, exactly,...

The setup script has a hardcoded IP instead of using the SEarVER_IP variable calculated before https://github.com/fnproject/fdk-java/blob/master/examples/async-thumbnails/setup/setup.sh#L89

That’s not a bug, it is expected, if you specify a `Writer` it has to be configured with the desired encoding. The encoding argument to `XmlWriter` in this case only...

U+0002 (actually 1-8) is in the restricted character set, so the parser would be correct to forbid it (directly or as a character reference). for the serializer (or even the...