problem-solving
problem-solving copied to clipboard
🦋 Problem Solving, a repo for handling problems that require review, deliberation and possibly debate
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....
## 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...
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...
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...
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...
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...
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...
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...
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...
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...