problem-solving
problem-solving copied to clipboard
🦋 Problem Solving, a repo for handling problems that require review, deliberation and possibly debate
We have https://github.com/raku-community-modules org, but currently it's not defined what is supposed to happen with modules once they're there. Are these modules supposed to be transferred to those who are...
Migrated from [rt.perl.org#131699](https://rt-archive.perl.org/perl6/Ticket/Display.html?id=131699) (status was 'open') Searchable as RT131699$
## Background Raku lets the programmer get involved in compile time in various ways. One of those is by being able to write modules that are given arguments, which are...
Currently, `IO::Socket::INET.new` handles the work of creating sockets, as well as binding and listening on them in certain cases, and connecting them in others. With UDP socket support being the...
Dear Raku, This is starting to drive me crazy! When I declare something a unit, please stop changing it to an int. When I declare an unsigned integer, I am...
15:49 | MasterDuke | so in roast we have tests for expmod that would that throw an exception if we were catching errors in libtommath 15:50 | MasterDuke | https://github.com/perl6/roast/blob/master/S32-num/expmod.t#L25-L37...
My `Trait::Traced` module implements support for tracing routine calls. There are some problems with the output produced by traced routine calls though: - Private methods and metamethods don't get traced...
There are many packaged Perl 6 modules in Linux distributions, for example: https://aur.archlinux.org/packages/perl6-geoip2/ (Arch Linux has 40 of them in `perl6-` namespace, Debian has 10 in `perl6-` and `libperl6-` namespaces)....
Dynamic symbols are currently being resolved via `&DYNAMIC` sub which is being looked up lexically. Due to its simple name it is not very unrealistic scenario where user code would...