Results 17 comments of Thomas Windt

I think you have to fix linux dev/./random to dev/./urandom

https://github.com/BentoBoxWorld/BentoBox/blob/ac8458fd3c67de4c155af404d03cb79a21af9593/src/main/java/world/bentobox/bentobox/database/sql/mariadb/MariaDBDatabaseConnector.java#L18 It looks like the autoReconnect flag is already present at this time ( and has been for a while ). But still, the connection breaks and bentobox is not...

> 2022-03-04 12:55:23 17 [Warning] Aborted connection 17 to db: 'bentobox' user: '**' host: '***.***.0.1' (Got an error reading communication packets) Looks like something is a bit broken with the...

Thanks for the quick response. Feel free to assign this issue to me if other people are experiencing same errors. I'll gladly investigate :)

Thank you! I got the same issue when working with 1.12 and 1.15+. In one version I get a nullpointer for not finding a constructor and in the other version...

Just started working on this. There are two questions I already have: 1. How are translations handled for the flags itself and the flag descriptions? 2. Should be flags be...

> 2\. Should be flags be rewritten to follow general cli standards? Probably interesting for this as well: CLI11 does not permit single args that have more than one character

Also I am having difficulties getting `--help` to work under windows. It looks like this never really worked in the first place.

> I would say yes, except when you encounter something that could potentially break servers or their automation. In that case we should look at that again in particular. I'd...

> Yes - I think CLI11 doesn't even support non standard flags 👀 Thank you, yeah, this confirms what I figured. So this whole MR will basically be a breaking...