doc icon indicating copy to clipboard operation
doc copied to clipboard

🦋 Raku documentation

Results 327 doc issues
Sort by recently updated
recently updated
newest added

There's no easy way to look at https://docs.raku.org/ and see which version of the git repository was used to build the version of the site we're looking at. We don't...

site

The issue concers this page : [https://docs.raku.org/language/operators](https://docs.raku.org/language/operators) Here is pretty much the first sentence ``` The precedence and associativity of Raku operators determine the order of evaluation of operands in...

docs

## Problem or new feature This struck me recently (I think during Bruce Grey's talk at the recent Conference in the Cloud https://tprc2021cic.sched.com/event/jLxr/raku-the-big and https://www.youtube.com/watch?v=lRGRL_sVRSk) that it can be intimidating...

docs
big
wishlist

[Language ](https://docs.raku.org/language.html) - Raku appears in this overview page multiple times, inconsistently using the TM symbol.

docs

[Original announcement](https://github.com/rakudo/rakudo/blob/master/docs/announce/2022.04.md) # Additions: * [ ] Make previous values in REPL accessible with `$*N` -[190e303d](https://github.com/rakudo/rakudo/commit/190e303d)-[1292357d](https://github.com/rakudo/rakudo/commit/1292357d) * [x] Add `INSIDE_EMACS` environment variable for better embedding of the REPL inside Emacs...

docs
checklist

## Problem or new feature In many cases, concepts that were initially category-less have been assigned the category `Foreign` following unclear rules. For instance, `switch (given)` or `case statements (given)`....

docs

Updated xt/search-categories.t to complain if a category is not in use. This added test is currently failing because "Routines" is declared in the docs but is not in use. My...

docs
xt

## Problem or new feature In general, being in page Foo and finding `X`. Page names are indexed automatically, and this is possibly a mistake for `C` ## Suggestions Create...

xt

It would be nice if both the local and installed website used the same engine to serve out pages. (The installed site could use a caching proxy to improve performance)....

big
site
wishlist

## The problem It is not clear from `qqx` examples that it can be used to execute arbitrary code if the user did not take the necessary precautions to prevent...