Aleks-Daniel Jakimenko-Aleksejev

Results 190 issues of Aleks-Daniel Jakimenko-Aleksejev

Some examples of things that are missing: * `clamp` or `clip` https://stackoverflow.com/questions/55250700/is-there-a-clamp-method-sub-for-ranges-num-etc-in-perl6 * “One final observation about Perl 6 and math: although Perl 6 has all the usual functions from...

language
RSC Review

Every label in the problem-solving repo is supposed to have at least one developer who will be sharing his insight and providing guidance. Given that jnthn is currently [taking a...

meta

There are three tickets related to the ecosystem that are currently labeled with `fallback` (a label for tickets that don't fall into any other existing category): * https://github.com/perl6/problem-solving/issues/19 * https://github.com/perl6/problem-solving/issues/26...

meta

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...

language

Page in question: https://perl6.org/community/irc I was reading [this](https://opensource.com/article/17/10/managing-casual-contributors) article and realized something. There are [not many](https://matrix.org/blog/wp-content/uploads/2017/07/Screen-Shot-2017-07-06-at-14.36.42-1024x780.png) matrix users right now, and I see only 10 users on perl6 channel. However,...

This ticket was motivated by this issue: https://github.com/perl6/marketing/issues/9#issuecomment-375389577 Go to https://perl6.org/ and you will be welcomed with this example: ```perl6 grammar Parser { rule TOP { I } token love...

Apparently, when trying to find a right place to submit a bug report people may start from perl.org. Seems like we should have a page with a list of bug...

This ticket is inspired by [reddit comments](https://www.reddit.com/r/perl/duplicates/6v8eop/201734_going/). Example: you type ``

With the given code, possible ways to indent it are: ```perl6 my $resp = await Cro::HTTP::Client.patch: $url, :$headers, :%body, content-type => ‘application/json’; ``` Or: ```perl6 my $resp = await Cro::HTTP::Client.patch:...

bug
indentation

Some time ago I opened [this ticket for OBS](https://obsproject.com/mantis/view.php?id=1257) where I was surprised to learn that only linux supports keys up to F35. As it turns out, F24 is the...