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

Hello, The TL;DR of this issue would be: non-breaking spaces are handled differently by [words](https://docs.raku.org/routine/words) and [word quoting structures](https://docs.raku.org/language/quoting#Word_quoting:_qw) despite both only talking about whitespaces. This also makes a number...

fallback

Feature request - please can we add Data::Dump::Tree to the rakudo core (or star) distribution? … It's very nice power dd for more complex objects and seems to be widely...

fallback

Currently modules.perl6.org uses 2.1.4, but perl6.org uses an older version. We need to sync up the two sites (and any other ones that use jQuery, e.g. https://github.com/perl6/doc/tree/makefile) to use the...

Have all applicable marketing materials reference an "academy lesson" that teaches the topic discussed on that particular marketing piece. The academy lesson would be a page that gives a brief...

The regular expression syntax allows enumerated character classes, such as for the letters a, b, c, and for any characters other than a, b, or c. However given a variable...

language

[CompUnit::Repository::Lib](https://github.com/ugexe/Raku-CompUnit--Repository--Lib) (which I'll call `CURL`) is a mix between `CompUnit::Repository::FileSystem` (which I'll call `CURFS`, and in that it uses the same folder/file naming structure everyone is used to) and `CompUnit::Repository::Installation`...

language

The known fact: hashes are not concurrent safe. And this is OK from the performance side of it. What is not OK is that debugging concurrency problems related to conflicting...

rakudo

The specification of a language level (aka `use v6.d` or `TWO`) has traditionally meant a **minimum** set of semantics and capabilities. I think it could be argued that this is...

language

We're getting to a point where we need to decide as a community, or as the RSC, or as the pumpkin, on what to do with the `:P5` adverb on...

language

Problem: The untwigiled variant of ```has``` attributes unbalances the symmetry of ```$.``` public and ```$!``` private attributes. --- This issue is the new home of the one I posted wrongly...

language