Hi All,
If you upgraded from Fedora 25 to 26, you will notice that
notify send (libnotify) stopped working. (It works
in fresh installs of Fedora 26.)
https://bugzilla.gnome.org/show_bug.cgi?id=785583
Since I need to learn the stuff anyway, would someone
point me to an GTK::Simple example that
Not sure if this info is relevant now, but the hang was introduced in
(2016-02-18)
https://github.com/rakudo/rakudo/commit/9983c2c8434ed81c532a5706996f284283b48d0a
On 2017-08-05 06:33:14, c...@zoffix.com wrote:
> Since Seq is not a Positional type, *binding* it to a `@` variable is
> typecheck err
Added to my todo list
> On 6 Aug 2017, at 17:13, Joshua (via RT) wrote:
>
> # New Ticket Created by Joshua
> # Please include the string: [perl #131846]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=131846 >
>
>
> Prev
Added to my todo list
> On 6 Aug 2017, at 17:13, Joshua (via RT) wrote:
>
> # New Ticket Created by Joshua
> # Please include the string: [perl #131846]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=131846 >
>
>
> Prev
# New Ticket Created by Joshua
# Please include the string: [perl #131847]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131847 >
An array of tokens used to be able to match like this:
my token foo { 'foo' };
my token bar {
# New Ticket Created by Joshua
# Please include the string: [perl #131846]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131846 >
Previously this used to work
(1,2,3).combinations(2..*)
but now it fails with the error: Cann