Vadim Belman

Results 62 issues of Vadim Belman

Easy to fix, PR will follow in a minute. In brief: - `message` was used instead of `message-detail` - the error text doesn't contain _DETAIL:_ substring - when regex match...

Parallelizing of queries to different tables sometimes end up in PostgreSQL complaining on wrong query syntax. In particular, a `SELECT` would refer to table it doesn't fetch from. Took me...

No writing yet. A blob is returned as a `Supply` emitting `Buf` instances. I.e. for a row in hash format sending the actual BLOB data into a file would be:...

Any chances for BLOB data type support? I'm trying to look into it, but I know too little about the subject.

When trying to use `mysql` driver I get the following exception: > `DBIish: DBDish::mysql needs 'mysqlclient', not found` The client is installed with MacPorts with libraries in `/opt/local/lib/mysql56/mysql`. I tried...

When `handles` delegates via a method call there are two approaches: - the original one we used for years was by delegating via method name: `self."$meth_name"()."$delegation_name"() - the one I...

language

As it was recently discussed at a Raku Steering Council meeting, we don't have a common way to distribute important messages amount community members and Raku users in general. Those...

fallback

Let me start with an example where the problem is most apparent: ```raku class C { method Int { 42 } } subset Foo of Int(); subset Bar of Foo:D;...

language

When it comes to pseudo-packages their particular behaviors remain rather foggy in some edge cases. In some cases the scopes they cover are not what a user may expect them...

language

Should we finally deprecated and eventually drop off Perl regexes support from Raku? I wasn't involved in early stages of language design, but can guess the idea of supporting them...

language
6.e