fingolfin0

Results 8 comments of fingolfin0

Не знаю :) Результат — ```Трудоемкость.*```. Если без звёздочки, то всё работает как надо.

То есть, программу невозможно полноценно использовать с markdown-разметкой? Немножко печально, ну ладно. Спасибо за программу всё равно!

Is still issue on ccxt-4.5.6 (TypeScript, Node.js v24.7.0, Linux). For reliable reproduction, I recommend watching many symbols at once. In my case, I managed to reproduce the problem in just...

I've found that using the callers `$/` makes `$/`-related operators thread-unsafe: `say (^1000).race.map({ S/ (.*) /$0/ }).unique.elems # prints something like 856` This can be fixed by declaring `$/` in...

Yes, you're right: `RAKUDO_RAKUAST=1 raku -e 'for (require Test).WHO.keys { .say }'` works well. Sorry for the wrong issue.

> Do you mean you dont need to route your server to your local machine aswell? Sorry, I didn't understand your question. My bug report was about a duplicate option...

You're absolutely right, niner — but I did some further experimentation. ```raku sub make-mixin { my $value := (^1000).pick; return True but role :: { method get-value { $value }...

Thanks for the detailed explanation, @lizmat! I will allow myself to express my opinion as a user of Raku: I think it's worthwhile to be guided by the idea that...