Roy Storey

Results 9 comments of Roy Storey

> If the 302 status code is received in response to a request using the POST method, the user agent must not automatically redirect the request unless it can be...

`Mojo::Asset::File->size()` only ever returns the size of the whole asset so the multipart message has the wrong content length, hence the *premature connection close* as the server waits for more...

Yeah, I missed the `perform_jobs_ok` - that's kinda obvious now. There's also missing increments of `$Test::Builder::Level`. Shipping `Test::Minion` means depending `Role::Tiny`.

Good work on `Test::Mojo`. I've updated the branch. Waiting on release before PR. https://github.com/mojolicious/minion/compare/master...kiwiroy:test-minion#diff-327a0d12729d8cb0b9a10520244a9b22R7 @rabbiveesh `enqueue_ok` requires a result or `subtest` block that will be tested by `perform_jobs_ok`. The subtest...

I'm thinking that hooks would be a good addition to callr. When using R in a Singularity container transferring the [environment](https://singularity-userdoc.readthedocs.io/en/latest/environment_and_metadata.html#environment) to the child process can become challenging. For example,...

We are seeing this also biospectrabysequencing/gbs_moa#14

For [reference](https://github.com/Perl/perl5/commit/53d1d41c81e1de9cc6416dcae828c13d4c5a470a)

> I did some sanity checking in linguist with additional tests, they all passed. [Travis disagreed](https://travis-ci.org/kiwiroy/linguist/builds), but has since been [convinced](https://github.com/github/linguist/compare/master...kiwiroy:markup-1158). Investigating further in the simple repository listed above it...

I have somewhat of a proof of concept in my sql-connect-func branch kiwiroy/sqltargets@5089065.