Martin Barth
Martin Barth
Thats a step closer to Async IO. Issue #32
Async IO
Hi there, yesterday I've implemented a Async IO interface to the rethinkdb server. I know i am breaking your test cases now, because async IO requires that one uses callbacks...
Hi there, when the member "response" of Rethinkdb::Response is a hash instead of an array (see https://github.com/njlg/perl-rethinkdb/blob/master/lib/Rethinkdb/Response.pm#L39 ) the code in at https://github.com/njlg/perl-rethinkdb/blob/master/lib/Rethinkdb/IO.pm#L410 will probably fail ``` perl push @{...
Hello, I am not perfectly sure what you want to do but i am pretty sure that this line is wrong: https://github.com/njlg/perl-rethinkdb/blob/master/lib/Rethinkdb.pm#L34 it uses the variable $_rdb_io in the package...
I am unable to install Inline::Python. ``` > perl6 -v This is Rakudo version 2019.03.1 built on MoarVM version 2019.03 implementing Perl 6.d. ``` ``` > zef --version v0.7.3 ```...
https://github.com/redgeoff/couchdb-docker-service/blob/c2ae2e762bc1b9bdeee8160bf83a801950cef151/set-up-process.sh#L10 I think the TaskSlot is never 1, it is some kind of an ID nowadays.
First of all, thanks again for your work on this cool extention. As you are probably aware, there is a tool called "screenshot" that allows you to take screenshots in...
It would be a nice feature if you could edit and execute the code of the examples on https://examples.perl6.org. https://irclog.perlgeek.de/perl6/2018-03-23#i_15957524 Similar to the Rustbook (e.g. https://doc.rust-lang.org/book/second-edition/ch03-04-comments.html) or posts on https://rakudo.party/post/Perl-6-Seqs-Drugs-and-Rock-n-Roll
Hi, I am using this module to talk to a REST API. Some API endpoints are available with the PUT method, some are available with the POST method. While talking...
I wanted to use the subs defined in https://github.com/CurtTilmes/perl6-libcurl/blob/master/lib/LibCurl/HTTP.pm6#L43-L54 in oder to talk to my https server. The server is a test/development box without propper certificates. usually i would do...