problem-solving icon indicating copy to clipboard operation
problem-solving copied to clipboard

🦋 Problem Solving, a repo for handling problems that require review, deliberation and possibly debate

Results 185 problem-solving issues
Sort by recently updated
recently updated
newest added

Here's what we are currently usually doing: *After* each release, someone from the docs team sets up an issue with all changes in the release that need to be documented....

fallback

## Introduction Take a look to any module in the Ecosystem, which has dependency of other module. META6.json file has a special section for specifying those dependencies. Information in the...

language

Rakudoc block comments do not work consistently. A `=begin comment` and `=end comment` sequence with an embedded `=begin code` / `=end code` generates a compiler error. If 'comment' is substituted...

language

When `handles` delegates via a method call there are two approaches: - the original one we used for years was by delegating via method name: `self."$meth_name"()."$delegation_name"() - the one I...

language

I propose to have an alias for the `MONKEY` pragmas used for unsafe features. The reason is that the term `MONKEY` is not descriptive. It relies on knowledge of idiomatic...

language

Hello, this started bugging me lately... Instead of references, Raku has containers and the distinction between assignment and binding. This allows us to do assignments on data returned from a...

documentation

Pod::Blocks are objects that have attributes such as 'contents' and 'meta'. By having another attribute 'line' containing the line number within the program where the block starts, eg, where the...

language

One of the older Raku websites, is https://modules.raku.org. Started in 2009, it is based on Perl and Mojolicious, for the simple reason that Raku was not capable of providing the...

infrastructure

Hello, there seems to be a very definite principle in Raku that by default, operators try to interpret given data reasonably for the operation one expresses with the operator. There...

language

Any POD6 stanzas in the current CompUnit is available as $=pod. Accessing the POD6 in another file, eg., a documentation file in a directory, is not specified. Consequently, extracting the...

language