Prof-Bloodstone

Results 16 comments of Prof-Bloodstone

@Cybermaxke Are you still interested in adding this feature? I'm on the hunt (again) for a configuration library and this is one of the things stopping me from using konf....

This doesn't seem to be cause just by the backup size - I've create 23 files with `/dev/urandom`, each 1GB in size. It doesn't result in OOM, while original data...

I have managed to reproduce it really quickly - it most probably is related to amount of files. ##### Generate test data Looks like you can go simpler than this,...

@cadenkriese I completely forgot about it. I haven't used this image in a long time, so I'm no longer that interested in finishing it now. Feel free to pick it...

I tested it by adding `echo Download; sleep 1; return 0` in beginning of download function and `echo Running:` before the `jar` in `run` command. Which IMO should be good...

> > If you participate in Hacktoberfest, I'd appreciated getting `hacktoberfest-accepted` label, but it's find if you don't want to :) > > This repository doesn't have the `hacktoberfest` tag,...

1. I chose Java 11 because it's the latest LTS release. There's no worry about it not working on some systems because, well, containers. Unless I just didn't find the...

1. What is the latest LTS then? Afaik next one is Java 17 scheduled for middle of this year, but currently it's Java 11. 3. Sadly it's not possible to...

Well, I use docker for a living for years now. Would love to be pointed to any sort of way to branch Dockerfile. See for example: https://redgreenrepeat.com/2018/04/13/how-to-conditionally-copy-file-in-dockerfile/ https://stackoverflow.com/questions/31528384/conditional-copy-add-in-dockerfile It makes...

@fitzychan 1. Yes, but it did work just fine on Java 11. I see no reason to stay on ancient version just for the sake of using old version. This...