Roy Storey
Roy Storey
### Summary This PR makes `Mojo::Asset::File` and `Mojo::Asset::Memory` return the size of the _range_ if `is_range` is true for the asset. ### Motivation It seems inconsistent to return the size...
## Aim Fix #485 Only supporting three hash algorithms, currently *md5*, *sha1* and *sha256*, the former using existing code (`md5` from `Rex::Commands::MD5`), the latter two using `Digest::SHA`.
It would be nice to have a `Test::Minion` module to use with apps that `plugin Minion => {};`. Something to simplify enqueuing, performing and testing of tasks. I started a...
The Psych [line wrap](http://stackoverflow.com/questions/17859864/why-does-psych-yaml-interpreter-add-line-breaks-around-80-characters) is a little problematic. Not sure if this a common issue for users here, but at least [this validator](http://codebeautify.org/yaml-validator) barfs on `.travis.yml` output from `encrypt-file --add`.
I see there are a few test failures [1](https://travis-ci.org/preaction/Statocles/jobs/292896624#L763-L771) and [2](https://travis-ci.org/kiwiroy/Statocles/jobs/292896597#L892-L892). They appear spurious and the common factor appears to be `Path::Tiny`, but I can't be certain. Locally, the following...
After visiting #8 while configuring and subsequent compiling. `EXTRA_CFLAGS` to `make` ensures that squashfs-4.2\* builds are able to find `lzma.h` also.
As mentioned in #4. This also adds a test suite and CI.
Simple addition.
This currently returns _No results found for 'string'_ even for strings that are present in the ASCII representation. Searching the hex codes would be a bonus, but not really the...
When implementing a dynamic `check_digest` around hook it is called up to 3 times, depending on the value of Digest attributes `check_fetch` and `check_download`. I've seen that `$build->extract` does most...