Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
Xliff_ How do I get the raw JSON from request to a JSON endpoint using Cro::HTTP::Client? 07:38
jnthnwrthngtn Xliff_: $resp.body-text instead of $resp.body 10:22
(Or $resp.body-blob if you want it ever less cooked :)) 10:23
*even
Xliff_ jnthnwrthngtn: Thanks! 10:56
lizmat bumped Cro to 0.8.7 and fixed my first Nil warning thanks to the new more precise message 14:13
sadly, I'm still seeing: Use of Nil in string context
in block at EVAL_9 line 200
passing by... maybe with the initial template parsing? 14:14
afk&
lizmat logs.liz.nl now running on Cro 0.8.7 21:29
lizmat so this template snippet: 21:31
<?{ .channel ne $c }>
<li id="<$c>">
<a
<?$is-home>href="/<$c>/index.html"</?>
is generating a warning on the last line 21:32
the only way I can think of this, is that $is-home is Nil, but that shouldn't be an issue in a condition, should it ?
it cannot be $c. because then I'd also get a warning on the 2nd line of that snippet 21:33
lizmat is confused
two other warnings point to lines that do not have any variable in them, such as "</div>" 21:34
lizmat calls it a day 21:35