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

1. Explain deprecation a bit. 2. Mention the environment variable that can silence this warning 3. Provide an example of how we coped with the recent class name change.

docs

Extra clarification for fez versioning, indicate preference for fez, note that if module migrated to fez to remove from p6c

## Problem or new feature The `X` formatting code allows to index 2 and more entries under a single code, separated by a semicolon. However, this demands more complex code...

docs

## Problem or new feature Data points: - Each =head leads to creation of an anchor to use in TOC (and possibly search entry if has X or uses keyword...

docs
good first issue

Consider the following code: ``` END { exit 0 } my atomicint $i; my @proms; for ^20 { @proms.push: start { exit ++⚛$i; } } await @proms; END { exit...

docs

docs.raku.org/language/operators#postcircumfix_ should be docs.raku.org/language/operators#postfix_ And the first sentence there has an unhelpful comma, which could be eliminated with something like: > When applied to a container, the decont operator will...

docs

In https://docs.raku.org/language/contexts#Sink we do not mention that user defined dynvars, even when they are defined quite globally, will not show up in `method sink`. This can lead to had to...

## Problem or new feature Links created with `L` don't render properly inside a table's rows. See image: ![image](https://user-images.githubusercontent.com/22332927/175791272-cf9275f0-9026-4a01-980e-39e4dfb80b76.png) ## Suggestions If this a limitation of Pod, we could simply...

docs

https://docs.raku.org/routine/encoding#class_IO::Handle has a list of encodings. We should duplicate this list on https://docs.raku.org/routine/encode or make the list discoverable in one location from both pages.

docs

When doing `make` - [x] found duplicate index entry is (inheritance) at #i45 #i679 - [x] found duplicate index entry :{} at #i853 #i855 - [x] found duplicate index entry...

xt
bug