Plamen Totev

Results 8 issues of Plamen Totev

Looks like the original LuaJ project is not longer active. As there is some interest in contributing to the project (including myself to some extend), I think the right thing...

The ability to schedule a on-time task is quite useful and I'm looking into how can I use `Scheduler` as a drop-in replacement for `java.util.concurrent.Executor`. Any input or suggestion would...

question

Hi, I work on an application that as a part of it's operation uploads a file to a Docker container. The Docker API accepts only tar files. That's why the...

While debugging #138 I noticed that when extracting archives only the mode for files is set. As a result if given directory in the archive has mode set it is...

bug

To quote `AbstractUnArchiver` source code: ```java // Hmm. Symlinks re-evaluate back to the original file here. Unsure if this is a good thing... final File f = FileUtils.resolveFile( dir, entryName...

bug

When extracting archive if a symbolic link already exist in the target directory it is not overwritten. It continues to point to the old file. This may cause issues if...

bug

Currently for ZIP files `PlexusArchiverZipFileResourceCollection` is used and `PlexusIoZipFileResourceCollection` for the rest of the ZIP based file formats (Jar, War, etc). Apart from being inconsistent, there is performance penalty for...

enhancement

The `player_id` argument is not need, but still needs to be present in order to implement `Policy`. For example without it PolicyBot breaks as it passes three arguments (self, the...