Bruce Gray
Bruce Gray
Others on the net have bemoaned this issue. Some possible approaches are here: http://wbillingsley.blogspot.com/2008/06/latex-monospace-bold-computer-modern.html
Re: all/junction - I agree. To resolve, the code could be changed to: return not [email protected]( { $first < $_ } ); If we keep using all(), we should at...
re: Line 10. I am looking at this, but my understanding is clouded by Rakudo's incomplete implementation of list binding. Thoughts on your questions: 1. I think the colon is...
> On Mar 12, 2021, at 3:32 PM, Tom Browder ***@***.***> wrote: > > > Given a Perl statement: > > my $b = any { $_ < 0 }...
The text of the docs is insufficiently detailed about exactly your point of confusion, and is also not worded well. "operator will cycle over the shorter list until all elements...
If you reduce Feeds.rakumod down to this: unit class App::Feeds; method !calculate-new-articles-similarity() { my $query = qq:to/END/; with select t.article_id from article_tags; END END my @articles = self!select-query($query); } method...
> On Jun 21, 2018, at 1:06 PM, Will Coleda wrote: > > Installing the modules went much better the next day. Ended up with these 4 deps failing to...
> On Jun 27, 2018, at 4:55 AM, William N. Braswell, Jr. wrote: > > @Util > Can you please do a brief check to see if this RPerl-in-CentOS Docker...
I don't know why these two commits were omitted from the pull request; they are part of the same work: f39aa534d326148eb90a Trim trailing whitespace (many). 70edd4223ee6abe14014 Trim trailing whitespace (some).