Vadim Belman

Results 62 issues of Vadim Belman

Don't know if this is a known fact or not, but the module is currently incompatible with FreeBSD. The problem is in capability names used in FreeBSD termcap are not...

I'm playing with writing own simplistic `Term::UI` framework and decided to base it on your work. But a couple of changes was needed to make this possible. So, here is...

This is a quick-baked attempt to provide protection from a hash being modified while concurrent threads are also accessing it. This PR is a working draft. It does nothing to...

## The Problem It is normal for a class to have direct access to attribute objects of roles it consumes: ```raku role R { has $.attr = 42; } class...

roles

Although this PR patches the legacy parser, but it was inspired by @MasterDuke17 notice about getting rid of `nqp::p6` family altogether for the better optimizations of new-disp approach. So, would...

Empty lines are likely to be part of document formatting. When RakuAST is used to manipulate the original rakudoc preserving them is highly desirable.

## The Problem When an `Array` or a parameterized `Hash` are coerced into a `Capture` all keys are wrongfully stringified and all `Pair` elements or hash keys become named arguments....

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Clap Version 4.5 ### Describe your...

C-enhancement

Something to do with the late changes to the language standard, I guess. Though my days of C++ programming are over too long ago... Anyway, here are diagnostics: - Ubuntu...

Rakudo's current Metamodel implementation is currently a high-risk zone when it comes to concurrency. One example is my recent fix submitted with PR rakudo/rakudo#5519. Another can be found in _Perl6/Metamodel/MethodContainer.nqp_...

rakudo