01:53 sibl joined 01:59 topnep left 02:00 topnep joined 02:28 sibl left 02:35 sibl joined 05:39 human_blip left 05:41 human_blip joined 08:02 sibl left 08:06 sibl joined 08:18 librasteve_ joined 09:36 sibl left 11:32 sibl joined 12:26 topnep left 12:27 topnep joined 13:01 sibl left 16:35 topnep left 16:36 topnep joined 17:28 librasteve_ left 18:36 Heptite joined 18:40 topnep left, Heptite left 18:41 topnep joined 20:45 topnep left 20:47 topnep joined 22:51 topnep left 22:54 topnep joined
modula am I doing something wrong here? my $p = run("cat", in => "foo", :out, :err); $p.out.get.raku.say; prints Nil, when i would expect it to print "foo". because when i run `echo foo | cat` in my shell, it prints "foo" as expected 23:46
m: my $p = run("cat", in => "foo", :out, :err); $p.out.get.raku.say;
camelia Nil
modula it seems like the program being called isn't actually getting the string i'm providing (or trying to provide) to its stdin 23:51