problem-solving
problem-solving copied to clipboard
🦋 Problem Solving, a repo for handling problems that require review, deliberation and possibly debate
Currently there is no declarative way to define coercers for parameterised roles. ``` role R[::T] {} class A { method m(R[Int]() $_) { say $_ ~~ R[Int] } } class...
First attempt to write an URL specification for https://docs.raku.org/.
Dear Raku, Would you please consider the following Request for Enhancement? I live and die by top down. I have subs and modules out the nose. On the declaration line...
Password Management: - [x] Setup a password management tool, see issue #30. - [ ] List of people who have access: * … * … Migrating DNS to Cloudflare: -...
Very simple question: should we drop support of `RAKUDOLIB`? If not what it's role in Rakudo?
If we want to steer the language into the future, we need to have a set of guiding principles, a "meta" (which also means finish-line in Spanish) that gives us...
TPF has filed for a trademark on "Raku" in the US. There were a couple objections raised by the trademark office (see https://tsdr.uspto.gov/documentviewer?caseId=sn88782119&docId=OOA20200427#docIndex=1&page=1&tdrlink= for the letter). One of the issues...
Only one issue is closed for every 6 open (roughly), and one PR for every two. There are too many PRs, and that will discourage people from sending new PRs....
Currently, if writing: sub foo(Num() $n is rw) { $n++ } Then we can call it successfully like this: my $x = 1e0; foo($x); dd $x; # Num $x =...
Right now, there's a module called `p6doc` which you can download using zef. However, once downloaded it does not really do anything sensible, other than [producing errors which, in turn,...