Thomas McWork

Results 50 comments of Thomas McWork

I've migrated to https://picocli.info/. It has a very similar approach compared to args4j: @Command(name = "checksum", mixinStandardHelpOptions = true, version = "checksum 4.0", description = "Prints the checksum (MD5 by...

What about this promising fork:? https://github.com/abtreece/confd > This branch is 74 commits ahead of kelseyhightower:master.

On my machine it's still working with NetBeans 12.1. Did you try a fresh install, @ve3 ?

While I like your engagement around Netbeans, I'd prefer to keep the comments in this issues aligned to the topic. I think it would be better to place these hints...

Maybe this part could be taken from the code of the Talk app: ![image](https://user-images.githubusercontent.com/6542498/166434777-1cfb4a03-2b61-49d7-81a9-a8de6c841cee.png)

Thank you for raising this! Due to another large project I didn't have the time yet to look into that. I hope to get this done in the next weeks.

Thank's for reporting, @githubjsorg! Actually I like the idea. But there are two things in my mind about that. 1. I tend to remove the `config.inc` file and only invoke...

There is no name nor ETA yet. But I'll announce any news on that project in this repo.

> Try `docker run -e PHP_UPLOAD_LIMIT=8M ... snipe/snipe-it` That was working for me! Thank you very much!