Aleks-Daniel Jakimenko-Aleksejev

Results 190 issues of Aleks-Daniel Jakimenko-Aleksejev

It seems that currently the plugin is only meant for Windows but the same functionality should be possible on linux too.

I was expecting this code to work: ```perl6 my $ua = HTTP::UserAgent.new(timeout => 10); say $ua # HTTP::UserAgent.new(timeout => 180, …) ``` But it doesn't, and it seems like I...

good first issue

There is a [rakudo ticket](https://github.com/rakudo/rakudo/issues/1501) with more details, but I think it's a good idea to keep another ticket here so that we can discuss HTTP::UserAgent-specific things.

[perlre](http://perldoc.perl.org/perlre.html): ``` e - evaluate the right-hand side as an expression ee - evaluate the right side as a string then eval the result ``` `input.pl` file: ``` perl #!/usr/bin/env...

Here is the shortest example that crashes: Code: ```dot digraph segfault { rankdir = LR; subgraph cluster_module { one [shape=record, label="{foo|bar}"]; two [shape=record, label="foo|bar"]; } one:bar -> baz; edge [constraint=false];...

Previous forum discussion: https://forum.babylonjs.com/t/support-for-cube-luts/32630/2 Right now [colorGradingTexture](https://github.com/BabylonJS/Babylon.js/blob/679f2fa1f533c5b8d18d1342d854ccdc334c4cb5/packages/dev/core/src/Materials/Textures/colorGradingTexture.ts) only supports .3dl file. The problem is very simple: a lot of tools (e.g. Davinci Resolve) can only export `.cube` files. It'd be...

enhancement
help wanted
stale

Originally reported here: https://github.com/Raku/whateverable/issues/388#issuecomment-1737363873 Many of the whateverable bots were unable to run because of this issue: ``` Invocant of method 'match' must be a type object of type 'Any',...

dispatching

Originally reported here: https://github.com/Raku/whateverable/issues/388#issuecomment-1737120686 * good=2023.02 * bad=2023.04 * Reproduction: https://gist.github.com/AlexDaniel/5c25e329cf6ac9470a25adc5695801de * Reproduced successfully by `coleman` on IRC: https://irclogs.raku.org/raku/2023-09-24.html#23:27 Basically, trying to use Pastebin::Gist in a specific way results in...

performance

Part of https://github.com/perl6/doc/issues/657: ``` Tutorials: * OS portability details ``` But what kind of details?

docs

Some time ago [I attempted](https://github.com/perl6/doc/blob/30f6e1a9673f05eb8367408c64958d8f2831bd39/doc/Language/traps.pod6#L592) to add a link to MONKEY-SEE-NO-EVAL. It created this link: https://docs.perl6.org/type/MONKEY-SEE-NO-EVAL (404) But I needed this: https://docs.perl6.org/language/pragmas#index-entry-MONKEY-SEE-NO-EVAL-MONKEY-SEE-NO-EVAL Is there any better way than hardcoding ``language/pragmas#index-entry-MONKEY-SEE-NO-EVAL-MONKEY-SEE-NO-EVAL``?

wishlist
bug