Re: How do I handle Getopt::Long stray entries?

2020-05-11 Thread Peter Pentchev
On Mon, May 11, 2020 at 04:09:32PM -0700, ToddAndMargo via perl6-users wrote: > On 2020-05-11 11:48, Peter Pentchev wrote: > > On Mon, May 11, 2020 at 12:40:05AM -0700, ToddAndMargo via perl6-users > > wrote: > > > On 2020-05-10 23:47, Peter Pentchev wrote: > > > > On Sun, May 10, 2020 at 06:20:02

Re: fill in form

2020-05-11 Thread ToddAndMargo via perl6-users
On 2020-05-11 15:47, ToddAndMargo via perl6-users wrote: Hi All, I want to create a fill in form in Windows: city, state, etc., you fill in the data. Is there some library out there for that? Any words of wisdom? Many thanks, -T GTK::Simple does work in Window, but I am at a loss for an ex

Re: How do I handle Getopt::Long stray entries?

2020-05-11 Thread ToddAndMargo via perl6-users
On 2020-05-11 11:48, Peter Pentchev wrote: On Mon, May 11, 2020 at 12:40:05AM -0700, ToddAndMargo via perl6-users wrote: On 2020-05-10 23:47, Peter Pentchev wrote: On Sun, May 10, 2020 at 06:20:02PM -0700, ToddAndMargo via perl6-users wrote: Hi All, https://modules.raku.org/dist/Getopt::Long:

fill in form

2020-05-11 Thread ToddAndMargo via perl6-users
Hi All, I want to create a fill in form in Windows: city, state, etc., you fill in the data. Is there some library out there for that? Any words of wisdom? Many thanks, -T

Re: How do I handle Getopt::Long stray entries?

2020-05-11 Thread Peter Pentchev
On Mon, May 11, 2020 at 12:40:05AM -0700, ToddAndMargo via perl6-users wrote: > On 2020-05-10 23:47, Peter Pentchev wrote: > > On Sun, May 10, 2020 at 06:20:02PM -0700, ToddAndMargo via perl6-users > > wrote: > > > Hi All, > > > > > > https://modules.raku.org/dist/Getopt::Long:cpan:LEONT > > > >

Re: vim-raku roadmap

2020-05-11 Thread Marc Chantreux
hello, > I think this got pulled into the Raku org so it didn't get lost - I > don't think anyone is "in charge" at the moment. I'll review the > existing PRs and apply them if possible. There was a public call to take over it some mounths ago. i haven't applied because i was affraid of the lack

Re: vim-raku roadmap

2020-05-11 Thread Will Coleda
I think this got pulled into the Raku org so it didn't get lost - I don't think anyone is "in charge" at the moment. I'll review the existing PRs and apply them if possible. On Sat, May 9, 2020 at 12:53 PM Marc Chantreux wrote: > > hello rakuists, > > i want to work on raku-vim and saw that some

Rakudo Star 2020.05-rc1

2020-05-11 Thread p.spek via perl6-users
Good day Rakoons! A new Rakudo compiler release has been announced this weekend, which has spurred me to start work on a new Rakudo Star as well. For those who want to test it out, 2020.05-rc1 is available as a source tarball on my servers: https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2020.0

Re: How do I handle Getopt::Long stray entries?

2020-05-11 Thread ToddAndMargo via perl6-users
On 2020-05-10 23:47, Peter Pentchev wrote: On Sun, May 10, 2020 at 06:20:02PM -0700, ToddAndMargo via perl6-users wrote: Hi All, https://modules.raku.org/dist/Getopt::Long:cpan:LEONT How do I handle stray entries (unknown options) without crashing? Is there some grab bag I can stick all those

Re: How do I handle Getopt::Long stray entries?

2020-05-11 Thread ToddAndMargo via perl6-users
On 2020-05-10 23:47, Peter Pentchev wrote: On Sun, May 10, 2020 at 06:20:02PM -0700, ToddAndMargo via perl6-users wrote: Hi All, https://modules.raku.org/dist/Getopt::Long:cpan:LEONT How do I handle stray entries (unknown options) without crashing? Is there some grab bag I can stick all those