Re: My Windows Modules

2020-01-03 Thread ToddAndMargo via perl6-users
On 2020-01-03 12:56, Laurent Rosenfeld via perl6-users wrote: Hy Todd, why don't you use GitHub or GitLab? This is really a better solution for software source and revision control. Have a nice new year, Laurent. I am definitely thinking of it!

Re: rakudo.org outdated?

2020-01-03 Thread Laurent Rosenfeld via perl6-users
Hi Patrick, I'm sure you have plenty of things to do and I don't want to put too much pressure on you, but it would be really nice to have a good and more recent Rakudo Star version available, especially in view of the recent renaming of the language. I'm writing every week at least two or three

Re: My Windows Modules

2020-01-03 Thread Laurent Rosenfeld via perl6-users
Hy Todd, why don't you use GitHub or GitLab? This is really a better solution for software source and revision control. Have a nice new year, Laurent. Le ven. 3 janv. 2020 à 21:29, ToddAndMargo via perl6-users < perl6-us...@perl.org> a écrit : > On 2019-12-31 23:12, ToddAndMargo via perl6-user

Re: My Windows Modules

2020-01-03 Thread ToddAndMargo via perl6-users
On 2020-01-01 11:49, Veesh Goldman wrote: For the record: github is also searchable by google. Also, you could write blog posts, which are also searchable by google. I happen to read this list on my phone, and for some reason it gets super annoyed at very long posts, so I find these lengthy c

Re: My Windows Modules

2020-01-03 Thread ToddAndMargo via perl6-users
On 2019-12-31 23:12, ToddAndMargo via perl6-users wrote: Hi All, My latest three modules.  two more in the works that use these: WinReg.pm6 WinMessageBox NativeConstants.pm6 WinReg.pm6 about killed me! -T Hi All, Anyone using this code, it is going through some major changes. When I get

Re: Cardinals

2020-01-03 Thread ToddAndMargo via perl6-users
On 2020-01-03 01:07, Darren Duncan wrote: Todd, nothing you said disagrees with what I said, and I referenced that same Wikipedia article.  (Though perhaps I could have been more accurate in saying a cardinal is characterized by an integer rather than saying it is an integer with a particular i

Re: Request for Enhancement: Native Call error

2020-01-03 Thread ToddAndMargo via perl6-users
On Wed, 1 Jan 2020 at 03:48, ToddAndMargo via perl6-users mailto:perl6-us...@perl.org>> wrote: Hi All, Request for Enhancement: Native Call error perl6 -I. -e "use WinReg :WinReadRegKey; say WinReadRegKey( HKEY_LOCAL_MACHINE, Q[SOFTWARE\Microsoft\Windows\CurrentVersion\Poli

Re: rakudo.org outdated?

2020-01-03 Thread Patrick Spek via perl6-users
On Fri, 3 Jan 2020 14:21:14 +0100 Marc Chantreux wrote: > hello people, > > i read an annoncement for rakudo 2019.11 > and the last github release confirms that. > > so i started to update the guix package > before discovering that the rakudo.org page > still points to 2019.03. > > is there a

Re: Working at FOSDEM

2020-01-03 Thread JJ Merelo
I'll be arriving on the Saturday afternoon, could spend some time there. El vie., 3 ene. 2020 a las 15:43, Andrew Shitov () escribió: > Hi, > > On 1-2 Feb, I have secured a table at the FOSDEM exhibition area. > Unfortunately, I found nobody who confirmed they can help at the > location for at le

Working at FOSDEM

2020-01-03 Thread Andrew Shitov
Hi, On 1-2 Feb, I have secured a table at the FOSDEM exhibition area. Unfortunately, I found nobody who confirmed they can help at the location for at least 1/2 day. What needs to be done there is to talk to people passing by and tell them about Raku and its advantages. Please let me know if someb

rakudo.org outdated?

2020-01-03 Thread Marc Chantreux
hello people, i read an annoncement for rakudo 2019.11 and the last github release confirms that. so i started to update the guix package before discovering that the rakudo.org page still points to 2019.03. is there a problem with the last version or os rakudo.org just outdated? regards. marc

Re: Cardinals

2020-01-03 Thread Darren Duncan
Todd, nothing you said disagrees with what I said, and I referenced that same Wikipedia article. (Though perhaps I could have been more accurate in saying a cardinal is characterized by an integer rather than saying it is an integer with a particular interpretation.) In particular, the article

Re: Cardinals

2020-01-03 Thread Todd Chester via perl6-users
On 2020-01-02 22:19, Darren Duncan wrote: On 2020-01-02 10:01 a.m., ToddAndMargo via perl6-users wrote: How do I do a 32 bit unsigned integer (cardinal)?  I have a situation where I need to be able to have the first bit be a one and not have Raku think it is a negative number. Why do you us