Joelle Maslak

Results 6 issues of Joelle Maslak

## The problem Using the search on docs.perl6.org, I couldn't find documentation for the //= operator. ## Suggestions I'm not sure if it is documented somewhere, but if not it...

RFE

This is particularly useful for blank pages where deskew might detect a few pixels and try to rotate based on that, causing blank pages to rotate at weird angles..

## Problem or new feature At least on my computer, ThreadPoolScheduler defaults to 64 threads: ``` $ raku -e 'say ThreadPoolScheduler.new.max_threads' 64 ``` (The `$*SCHEDULER` instance also is set to...

docs

1.1.1.2, as defined in the current code, runs a port 80 web server that responds to HTTP requests. Thus the timeout code is not doing a timeout test, but rather...

The connection timeout is 60 seconds, if the remote end is not properly responding. The current unit test that does a tmeout test is not doing that test -- instead...

## The Problem If Raku can't write to a directory with a module located in it, it will execute MAIN when compiling (I.E. with raku -c switch). This bug is...

Will be addressed in RakuAST