Patrick R. Michaud
Patrick R. Michaud
[Edit after post: Swapped "OUTPUT" and "CAPTURE" to correctly identify the capabilities. --Pm] On my system, the problem appears to be related to the "exclusive_caps=1" option of the v4l2loopback module....
To follow-up a bit on my previous post: If I set up the loopback device without "exclusive_caps=1", then "v4l2-ctl -d /dev/video0 --all" gives me the following output: ``` pmichaud@kiwi:~$ sudo...
I don't know that I agree that "tight or" is intended to indicate that all operators in the group are to be "or-like". The level names in the original incarnation...
One thing I'm seeing repeatedly in recent threads is the use of the term "official" as in "official channel", and in Raku nee' Perl 6 we always tried to avoid...
My historical recollection: The genesis for roast came from the Pugs project. After (re)-working tests from Pugs there were also efforts made to somewhat use the Synopses as an organizing...
> So the patent is for the name "Raku" in the area of "downloadable software". So yes, I think there needs to be something where you can "download Raku". And...
From my perspective, it's worth trademarking both. Pm On Mon, May 11, 2020 at 12:13:29PM -0700, Dave Rolsky wrote: > So I'm wondering if we should consider trademarking _both_ Rakudo...
There may be another issue here, which is that as described above, I think that there might be a problem with the tokenizer. It seems to me that longest token...
FWIW, I have this issue also. Moving 2048 anywhere onto the 2nd monitor causes it to snap back to the middle of the primary monitor.
My take: my @a = (1, 2, 3); # declare an array (mutable) and initialize it with elements from the (immutable) List my $l = (1, 2, 3); # declare...