🦋 Welcome to Raku! raku.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: colabti.org/irclogger/irclogger_log/raku Set by ChanServ on 14 October 2019. |
|||
00:00
JRaspass left
00:13
kerframil left
00:14
daxim joined
00:19
kerframil joined
00:24
eax joined
00:25
eax left
00:48
pecastro left
00:51
gfldex left,
gfldex joined,
dogbert17 joined
00:55
dogbert11 left
00:59
vike left,
vike joined
01:12
mowcat left
01:19
oneeggeach joined
01:38
sortiz left
01:46
xinming left,
xinming joined
|
|||
codesections | moon-child: "more concise"? But that's *two* characters... are you asking if there's a way to do that in just one character? :D | 01:51 | |
01:51
leah2 left
01:53
leah2 joined
02:03
timotimo left
02:15
timotimo joined
02:17
k-man left
02:23
Xliff joined
02:25
frost-lab joined
02:29
unclechu left
02:30
krako[m] left,
spycrab0 left
02:33
unclechu joined,
krako[m] joined,
spycrab0 joined
02:34
mendel left,
esh left,
leont left
|
|||
moon-child | codesections: yeah | 02:35 | |
02:35
nine left,
kvw_5 joined
|
|||
moon-child | or zero characters; imagine if /x/ matched partial strings and \x\ matched full strings | 02:35 | |
or even something less visually cluttered: e.g. X:/foo/ instead of /^foo$/, makes it more clear what's actually being matched | |||
02:37
JJAtria[m] left
02:38
kvw_5_ left,
JJAtria[m] joined
02:43
k-man joined
02:44
esh joined,
xkr47 left
02:46
mendel joined
02:47
nine joined,
Grrrr joined
|
|||
tonyo | that arguably makes it less clear what's being matched since ^ and $ are both anchors | 02:51 | |
02:57
frost-lab left
02:59
Xliff left
03:01
frost-lab joined
03:02
oneeggeach left
03:10
xelxebar left,
xelxebar joined
03:34
camelia left
03:42
Doc_Holliwood joined,
Doc_Holliwould left
03:47
Doc_Holliwood left,
camelia joined
03:58
Garbanzo joined
04:00
Garbanzo left,
Garbanzo joined
04:02
Garbanzo left
04:03
asy joined
04:04
asymptotically left,
Garbanzo joined,
tejr left
04:06
Garbanzo left,
Garbanzo joined,
tejr joined
04:08
Garbanzo left,
Garbanzo joined
04:10
Garbanzo left,
Garbanzo joined
04:12
Garbanzo left,
Garbanzo joined
04:14
Garbanzo left,
Garbanzo joined
04:16
Garbanzo left,
Garbanzo joined
04:18
Garbanzo left,
Garbanzo joined
04:20
Garbanzo left,
Garbanzo joined
04:21
Garbanzo left
04:22
Garbanzo joined
04:23
Garbanzo left
04:24
Garbanzo joined
04:25
Garbanzo left
04:26
wamba joined,
Garbanzo joined
04:28
Garbanzo left,
Garbanzo joined
04:30
Garbanzo left
04:31
Garbanzo joined
05:23
juanfra__ joined
06:12
parabolize left
06:22
wamba left
06:23
pnu__ left,
pnu__ joined
06:30
jmerelo joined
06:34
Doc_Holliwood joined
06:41
ufobat__ joined
06:43
kerframil left
06:50
Doc_Holliwould joined,
Doc_Holliwood left
06:55
jmcgnh left
07:01
vike left
07:03
jmcgnh joined
07:32
kaiwulf left
07:34
domidumont joined
07:57
wamba joined
08:00
pecastro joined
08:22
DiffieHellman left
|
|||
moritz | python has re.match for matching the whole string, and re.search for unanchored searches | 08:23 | |
08:23
DiffieHellman joined
|
|||
moritz | (or maybe re.match only anchors at the start? not sure) | 08:23 | |
tyil | for grammars we have .parse and .subparse | 08:24 | |
moritz | in raku land you can also m:pos(0)/.../ to anchor at the start | ||
08:39
dakkar joined
08:41
wamba left
08:43
vike joined
08:46
frost-lab left,
Sgeo left
08:47
wamba joined
08:48
frost-lab joined
08:52
ufobat__ left
08:56
ufobat joined
08:57
JRaspass joined
08:59
xinming left,
xinming joined
09:22
Doc_Holliwould left
09:30
leont joined
09:38
xinming left
09:41
xinming joined
09:48
rindolf joined
10:05
brtastic joined
10:26
linkable6 left
10:27
linkable6 joined
10:34
squashable6 left
10:35
squashable6 joined,
squashable6 left
10:37
squashable6 joined
10:39
Doc_Holliwould joined
|
|||
andinus | i have rakudo star 20.10 installed, do i just have to install it again to upgrade to the latest release? | 11:10 | |
i'm compiling it from source | |||
11:11
xinming left
11:13
xinming joined
|
|||
El_Che | what OS? | 11:13 | |
MasterDuke | was star updated? | 11:14 | |
andinus | i'm on openbsd | 11:16 | |
MasterDuke: yes star was updated to 2021.02 | 11:17 | ||
El_Che: on openbsd | |||
El_Che | andinus: I don't use star, but as far as I know, it will recompile for a new release | ||
MasterDuke | oh good, i hadn't realized that | ||
andinus | yeah i know but i was wondering if i should uninstall the old star and install the new one or is there a upgrade script? | ||
MasterDuke: ah, it was announced on perl6-users list | 11:19 | ||
MasterDuke | a pull and rebuild should be sufficient | 11:21 | |
andinus | i see, thanks | 11:22 | |
11:41
xinming left
11:43
xinming joined
|
|||
tyil | andinus: just download the newest tarball and run `./bin/rstar install` again, yes :> | 11:49 | |
12:01
maggotbrain left
12:04
wamba left
12:13
Black_Ribbon left
12:20
wamba joined
12:26
frost-lab left
12:28
tobs joined
|
|||
andinus | thanks! i'll try installing it tonight | 12:36 | |
so i'm doing oop things for the first time. i defined a class called Puzzle and set @.grids variable, user passes it to me. | |||
there is a @.start-points array, it contains the starting points of the puzzle | 12:37 | ||
the points are marked in the puzzle itself with a '*' | |||
i would prefer that its parsed and @.start-points it set by itself when i invoke Puzzle.new | 12:38 | ||
how do i achieve this? or is there a better way? | |||
tyil | andinus: I think a question like this would be a better fit for StackOverflow, if you use it | 12:39 | |
then you can include the code you have so far, and which specific part of the code you want help with | |||
MasterDuke | sounds like something that might get done in a TWEAK() | ||
andinus | i see, i'll post it there | 12:40 | |
MasterDuke: i see, i'll check that out | |||
12:53
xinming left
12:54
xinming joined
12:55
JRaspass left
12:56
brtastic left
12:58
PimDaniel joined
|
|||
andinus | is there an equivalent for .chop that removes chars from the start? | 13:01 | |
lizmat | .substr(#charstochopfromstart) | 13:02 | |
m: say "foobar".substr(3) | |||
camelia | bar | ||
andinus | ah right | ||
lizmat | m: say "foobar".substr(0,*-3) # alternate syntax for chop | 13:03 | |
camelia | foo | ||
andinus | MasterDuke: thanks, looks like BUILD is what i wanted | ||
lizmat | andinus: we're thinking on de-emphasizing BUILD for TWEAK in the documentation | ||
please be sure you need BUILD, and not TWEAK :-) | |||
13:04
PimDaniel left
|
|||
andinus | i see, i need to set a variable from the given data only if that variable is not passed by the user | 13:04 | |
lizmat | aha! | 13:05 | |
andinus | whats the differece b/w BUILD and TWEAK? | ||
lizmat | then you don't need BUILD or TWEAK at all | ||
m: class A { has $.foo = 42 }; dd A.new | |||
camelia | A.new(foo => 42) | ||
andinus | i have | ||
13:05
hythm_ joined
|
|||
andinus | m: class A { has $.foo; has $.bar; } | 13:06 | |
camelia | ( no output ) | ||
andinus | foo must be passed by the user and bar is foo*2 | ||
if bar is not passed then i set it to foo*2, if passed then i dont tweak it | 13:07 | ||
lizmat | m: class A { has $.foo; has $.bar = $.foo * 2 }; dd A.new(foo => 42) | 13:08 | |
camelia | 5===SORRY!5=== Error while compiling <tmp> Virtual method call $.foo may not be used on partially constructed object (maybe you mean $!foo for direct attribute access here?) at <tmp>:1 ------> 3class A { has $.foo; has $.bar = $.foo7⏏5 … |
||
lizmat | m: class A { has $.foo; has $.bar = $!foo * 2 }; dd A.new(foo => 42) | ||
camelia | A.new(foo => 42, bar => 84) | ||
lizmat | afk for while& | ||
13:09
aindilis left,
hythm left
|
|||
andinus | oh i see | 13:09 | |
what does & after "afk for while" mean? | |||
MasterDuke | just a reference to backgrounding a process on the command line | 13:10 | |
andinus | i see, btw i'm sorry i should've provided the actual code from the start | 13:12 | |
i'm trying to do this: paste.debian.net/hidden/37bf5357/ | 13:13 | ||
that @puzzle should be @!grids ^ | |||
codesections | I was actually wondering about the & symbol too. I got the CLI reference, but does it add any extra meaning? (that is, does "afk&" mean anything different than "afk"?) | 13:14 | |
It's not a usage that I've seen in other IRC channels | |||
andinus | i think i this question on mastodon earlier this week | ||
s/this/saw this/ | 13:15 | ||
& thing | |||
codesections | andinus: probably because I asked this question on mastodon earlier this week :) | 13:16 | |
MasterDuke | i don't think there's any extra meaning meant by adding the & | 13:17 | |
codesections | that's kind of what I figured. It just seemed unlike us to type 4 chars where 3 will do! | ||
MasterDuke | but for a joke/nerdy reference, there's no limit to what someone will do | 13:21 | |
tadzik | I always see it as "I'm going into the background" | 13:22 | |
though it's a bit reduntant in the context of "afk" :) | |||
13:26
PimDaniel joined
13:27
PimDaniel left,
Doc_Holliwood joined,
Doc_Holliwould left
|
|||
El_Che | and no one of you verbal yakshavers had problems with the "for while" redundance? :) | 13:39 | |
13:43
xinming left,
xinming joined
13:48
brtastic joined
13:57
mowcat joined
13:59
jmerelo left,
JRaspass joined
14:22
Sgeo joined
14:35
kaiwulf joined
14:41
Xliff joined
14:44
parabolize joined
14:51
orinthe left,
maggotbrain joined,
orinthe joined
14:57
Xliff_ joined
14:59
Xliff left
15:20
Doc_Holliwood left
|
|||
codesections | El_Che: I think you'll find that what we were doing was more "verbal bikeshedding" than "verbal yakshaving" :D | 15:35 | |
El_Che | haha | 15:37 | |
15:54
Xliff_ is now known as Xliff
15:55
orinthe left
15:56
orinthe joined
16:17
PimDaniel joined
|
|||
PimDaniel | Hi! | 16:17 | |
How do i autoflush $*OUT? | |||
16:17
Garbanzo left
|
|||
andinus | do i not need to put "unit module Foo::Bar" if the file follows the standard directory hiearchy? i.e Foo/Bar.rakumod | 16:24 | |
16:24
jmerelo joined
16:25
PimDaniel left,
brtastic left
16:26
PimDaniel joined,
PimDaniel left,
brtastic joined
|
|||
andinus | i mean it works as expected even without it but is it recommmended? | 16:29 | |
i'm specifying those in META6.json | |||
16:30
PimDaniel joined
|
|||
PimDaniel | It seams that there are no autoflush. | 16:30 | |
\o | 16:31 | ||
Now i want to address a method inside his own class : Is &self.mythod the right way? | 16:32 | ||
16:33
vrurg left
|
|||
PimDaniel | Ok what's next ? | 16:34 | |
andinus | m: my $t = "*hi"; $t .= match("*").replace-with(""); say $t; | 16:35 | |
camelia | 「*」 | ||
andinus | why doesn't that work the same as this: | ||
my $t = "*hi"; $t = $t.match("*").replace-with(""); say $t; | |||
evalable6 | hi | ||
16:41
vrurg joined
16:43
kaiwulf left
|
|||
jmerelo | PimDaniel: not so easy. Can be done, however. | 16:44 | |
16:50
PimDaniel left,
cetjs2 left,
mowcat left
16:52
PimDaniel joined
|
|||
PimDaniel jemerelo: thank's , what about => sub { self.my_method() } ? | 16:53 | ||
16:58
PimDaniel left
17:03
unclechu left,
krako[m] left,
spycrab0 left,
hythm_ left,
rindolf left,
pecastro left,
timotimo left,
sxmx left,
simcop2387 left,
dustinm` left,
eater left,
mark[m] left,
Tirifto[m] left,
BarrOff[m] left,
uzl[m] left,
rypervenche left,
tinita left,
tonyo left,
tadzik left,
UukGoblin left,
maggotbrain left,
parabolize left,
Sgeo left,
aluaces left,
Bucciarati left,
gordonfish left,
a3r0 left,
finsternis left,
eseyman left,
Benett left,
_________ left,
silug left,
marcusr left,
buffet left
17:04
Woodi_ left,
sjn left,
moon-child left,
juanfra__ left,
MitarashiDango[m left,
AlexDaniel` left,
renormalist left,
samebchase left,
MasterDuke left,
DiffieHellman left,
tejr left,
asy left,
xelxebar left,
daxim left,
gugod left,
fvox left,
_jrjsmrtn left,
mniip left,
sena_kun left,
bartolin left,
gnufr33dom left,
lizmat left,
APic left,
bisectable6 left,
committable6 left,
nativecallable6 left,
sourceable6 left,
bloatable6 left,
tellable6 left,
vrurg left,
brtastic left,
dakkar left,
kvw_5 left,
Kaiepi left,
klapperl left,
jmerelo left,
dogbert17 left,
gfldex left,
m_athias left,
cooper left,
sivoais left,
samebchase- left,
mightypork left,
defaultxr left,
andinus left,
Util left,
Mithaldu left,
karupanerura left,
brass left,
charsbar left,
jjatria left,
moritz left,
Xliff left,
vike left,
[ptc] left,
polettix left,
cxreg left,
moony left,
samcv left,
bonz060 left,
Ulti_ left,
pel left,
synthmeat left,
ufobat left,
nine left,
agentzh left,
elcaro left,
japhb left,
wmoxam left,
freezing_ left,
ecocode_ left,
rba left,
ribasushi left,
dg left,
gabiruh left,
Summertime left,
tomaw left,
dylanwh left,
mrsolo left,
orinthe left,
jmcgnh left,
mendel left,
k-man left,
KotH left,
avar left
17:05
Manifest0 left,
cgfbee left,
xinming left,
tobs left,
pounce left,
lnx left,
DarthGandalf left,
webstrand left,
Maylay_ left,
hvxgr_ left,
a6502 left,
tyil left,
cpage left,
Ekho left,
evalable6 left,
greppable6 left,
codesections left,
robinsmidsrod left,
summerisle left,
kini left,
jcallen left,
roguelazer left,
Altreus left,
Grinnz left,
ambs left,
bingos left,
a3f_ left,
MilkmanD1n left,
timeless left,
riatre left,
skaji_ left,
SmokeMachine left,
benkolera left,
kawaii left,
leah2 left,
tusooa left,
perry left,
e left,
BuildTheRobots left,
JJAtria[m] left,
kiti_nomad[m] left,
patrickbkr[m] left,
l-as left,
tbrowder left,
CIAvash left,
pnu__ left,
camelia left,
esh left,
ThaEwat left,
mithaldu_ left,
zostay left,
jhill left
17:06
squashable6 left,
linkable6 left,
domidumont left,
quotable6 left,
coverable6 left,
notable6 left,
unicodable6 left,
benchable6 left,
statisfiable6 left,
shareable6 left,
releasable6 left,
El_Che left,
dotdotdot left,
stux|RC-only left,
shadowpaste left,
takside left,
masak left,
stux|RC left,
lucs left,
mst left,
sergot_ left,
sftp left,
mojca_ left,
benaiah left,
pierrot left,
Toilie left,
cj_ left,
Sir_Ragna_ left,
perigrin left,
ingy left,
m6locks left,
pwr22 left,
holyghost left,
epony left,
leont left,
JRaspass left
17:08
leont joined,
vrurg joined,
orinthe joined,
cetjs2 joined,
brtastic joined,
jmerelo joined,
Xliff joined,
maggotbrain joined,
parabolize joined,
Sgeo joined,
xinming joined,
hythm_ joined,
tobs joined,
squashable6 joined,
linkable6 joined,
rindolf joined,
ufobat joined,
vike joined,
dakkar joined,
DiffieHellman joined,
pecastro joined,
domidumont joined,
jmcgnh joined,
pnu__ joined,
juanfra__ joined,
tejr joined,
asy joined,
camelia joined,
xelxebar joined,
nine joined,
mendel joined,
esh joined,
k-man joined,
JJAtria[m] joined,
kvw_5 joined,
spycrab0 joined,
krako[m] joined,
unclechu joined,
timotimo joined,
leah2 joined,
dogbert17 joined,
gfldex joined,
daxim joined,
agentzh joined,
Kaiepi joined,
gugod joined,
pounce joined,
fvox joined,
KotH joined,
sxmx joined,
_jrjsmrtn joined,
aluaces joined,
evalable6 joined,
mniip joined,
sena_kun joined,
MasterDuke joined,
bartolin joined,
simcop2387 joined,
lnx joined,
avar joined,
Bucciarati joined,
klapperl joined,
gnufr33dom joined,
dustinm` joined,
gordonfish joined,
lizmat joined,
APic joined,
Manifest0 joined,
a3r0 joined,
bisectable6 joined,
quotable6 joined,
coverable6 joined,
notable6 joined,
benchable6 joined,
unicodable6 joined,
statisfiable6 joined,
committable6 joined,
nativecallable6 joined,
sourceable6 joined,
bloatable6 joined,
shareable6 joined,
tellable6 joined,
greppable6 joined,
releasable6 joined,
finsternis joined,
eseyman joined,
elcaro joined,
Benett joined,
_________ joined,
japhb joined,
DarthGandalf joined,
silug joined,
marcusr joined,
buffet joined,
cgfbee joined,
kiti_nomad[m] joined,
mark[m] joined,
ThaEwat joined,
pwr22 joined,
patrickbkr[m] joined,
CIAvash joined,
Tirifto[m] joined,
l-as joined,
BarrOff[m] joined,
tusooa joined,
MitarashiDango[m joined,
AlexDaniel` joined,
uzl[m] joined,
[ptc] joined,
codesections joined,
polettix joined,
wmoxam joined,
robinsmidsrod joined,
masak joined,
cxreg joined,
stux|RC joined,
bingos joined,
a3f_ joined,
freezing_ joined,
ecocode_ joined,
rba joined,
summerisle joined,
kini joined,
lucs joined,
moony joined,
jcallen joined,
MilkmanD1n joined,
mst joined,
timeless joined,
roguelazer joined,
samcv joined,
sjn joined,
Woodi_ joined,
moon-child joined,
sergot_ joined,
sftp joined,
mojca_ joined,
riatre joined,
bonz060 joined,
benaiah joined,
pierrot joined,
Toilie joined,
El_Che joined,
webstrand joined,
Ulti_ joined,
cj_ joined,
pel joined,
Sir_Ragna_ joined,
perry joined,
Altreus joined,
m_athias joined,
e joined,
ribasushi joined,
eater joined,
dg joined,
cooper joined,
synthmeat joined,
perigrin joined,
Grinnz joined,
mithaldu_ joined,
moritz joined,
jjatria joined,
charsbar joined,
brass joined,
karupanerura joined,
Mithaldu joined,
Util joined,
andinus joined,
defaultxr joined,
mightypork joined,
samebchase- joined,
sivoais joined,
Maylay_ joined,
zostay joined,
skaji_ joined,
SmokeMachine joined,
jhill joined,
renormalist joined,
benkolera joined,
BuildTheRobots joined,
hvxgr_ joined,
a6502 joined,
tyil joined,
gabiruh joined,
cpage joined,
dotdotdot joined,
ingy joined,
Summertime joined,
holyghost joined,
tomaw joined,
Ekho joined,
UukGoblin joined,
tadzik joined,
tonyo joined,
tinita joined,
rypervenche joined,
samebchase joined,
m6locks joined,
takside joined,
xi joined,
rjbs joined,
krunen joined,
markmarkmark joined,
broquaint joined,
mtj_ joined,
jast joined,
albino joined,
nicholatian joined,
nebuchadnezzar joined,
dpk joined,
Voldenet joined,
caasih joined,
PotatoGim joined,
rjeli joined,
spacebat2 joined,
jdv79 joined,
ssm joined,
raydiak joined,
xxpor joined,
tbrowder joined,
ambs joined,
shadowpaste joined,
kawaii joined,
dylanwh joined,
mrsolo joined,
stux|RC-only joined
|
|||
Xliff | Just crossed 500,000 lines of code in my Raku projects. | 17:09 | |
docs.google.com/spreadsheets/d/1M3...sp=sharing | |||
17:09
Xliff left
|
|||
cetjs2 | jmerelo, hello, is organization approved to gsoc? | 17:14 | |
jmerelo | cetjs2: we will know in 6 days | 17:24 | |
.tell Xliff congrats! | |||
tellable6 | jmerelo, I'll pass your message to Xliff | ||
cetjs2 | jmerelo, ok) | ||
andinus | m: my @t = (1,2), (2,3); say so (1,2) (elem) @t; | 17:25 | |
camelia | False | ||
andinus | why doesn't this work ^ ? | ||
m: my @t = (1,2), (2,3); say so @t[0] (elem) @t; | 17:27 | ||
camelia | True | ||
andinus | while this works ^ | ||
m: my @t = (1,2), (2,3); say so (1,2) ~~ @t[0]; | |||
camelia | True | ||
jmerelo | andinus: IIRC set uses object equality, that is, being exactly the same object. | 17:31 | |
andinus | i see | 17:33 | |
jmerelo | m: say (1,2) === (1,2) | ||
camelia | False | ||
andinus | m: my @t = <h i>; say so "h" (elem) @t; | ||
camelia | True | ||
jmerelo | andinus: ^^^ | ||
andinus | ^ this works though | ||
m: say "h" === "h" | |||
camelia | True | ||
17:34
domidumont left
|
|||
andinus | why does it say True for "h" and not for (1,2) ? | 17:34 | |
jmerelo | m: my @t = $(1,2), $(2,3); say so $(1,2) ∈ @t | ||
camelia | False | ||
jmerelo | m: say $(1,2) === $(1,2) | 17:35 | |
camelia | False | ||
jmerelo | m: say [1,2] === [1,2] | ||
camelia | False | ||
17:35
dakkar left
|
|||
jmerelo | andinus: not going to work with non-scalar values, I'm afraid... | 17:35 | |
andinus | i see | 17:36 | |
17:39
MasterDuke left
17:40
dataangel joined
17:41
ufobat_ joined
17:43
xkr47 joined
17:45
ufobat left
17:47
domidumont joined
17:48
mowcat joined
|
|||
cetjs2 | jmerelo, is new ideas added, right? | 17:58 | |
jmerelo | cetjs2: IIRC, a new one was added for the Raku Pull Request Club. It was merged after the deadline. | 18:01 | |
BTW, you can still add ideas to that repo while the application is being considered perl-foundation-outreach.github.io...21-ideas/, or support as mentor any othe existing ideas | 18:02 | ||
Attending now a webinar for Season of Docs, where Google supports technical writers for different organizations. Will try to apply too. | |||
18:04
domidumont left
|
|||
jmerelo | ... which was hacked | 18:09 | |
18:13
ufobat_ left
|
|||
brtastic | do I need something specific for raku REPL to allow me to use up arrow for last command? | 18:19 | |
jmerelo | brtastic: zef install Readline | 18:20 | |
brtastic | worked, thanks jmerelo++ | 18:21 | |
jmerelo | brtastic: sure :-) | 18:24 | |
cetjs2 | jmerelo, also interested idea github.com/perl-foundation-outreac...support.md | 18:31 | |
18:33
PimDaniel joined
18:34
patrickb joined
|
|||
PimDaniel | Hi again! | 18:36 | |
Not sure some understood my question early this afternoon. | 18:37 | ||
Except jemerelo perhaps. | |||
I'm trying to address a method from his inner instance : self. : i have events keys into an hash { events => {(KEY_UP) => &self.write_up , ... } } , but it does NOT work :( | 18:40 | ||
I could do it for a sub but not a method. | 18:41 | ||
18:47
PimDaniel left,
vrurg left
18:48
PimDaniel joined,
xinming left
18:49
xinming joined
18:52
PimDaniel left
18:55
PimDaniel joined,
PimDaniel left
|
|||
jmerelo | .tell PimDaniel as said above, it's complicated. I'm trying to see if I find it in StackOverflow | 18:55 | |
tellable6 | jmerelo, I'll pass your message to PimDaniel | ||
jmerelo | .tell PimDaniel re: pointer to a method, here you go stackoverflow.com/questions/514635...t-it-right | 18:56 | |
tellable6 | jmerelo, I'll pass your message to PimDaniel | ||
18:58
xinming left
18:59
xinming joined
19:00
neshpion joined
19:01
MasterDuke joined
19:03
vike left
19:04
aborazmeh joined
19:06
wamba left
19:16
wamba joined
19:24
Tirifto joined
19:25
vike joined
19:39
PimDaniel joined
19:42
jmerelo left
|
|||
PimDaniel thank's jeremo. I'm not sure if i understood the code but it seams that the bind_method is built from outside the class. I need it from inside. And why is it so hard to do things that every langages can do in 2 lines? | 19:42 | ||
tellable6 | 2021-03-03T18:55:28Z #raku <jmerelo> PimDaniel as said above, it's complicated. I'm trying to see if I find it in StackOverflow | ||
2021-03-03T18:56:11Z #raku <jmerelo> PimDaniel re: pointer to a method, here you go stackoverflow.com/questions/514635...t-it-right | |||
19:44
natrys joined
19:51
domidumont joined
20:00
brtastic left
20:03
domidumont left
20:10
PimDaniel left
20:12
vrurg joined
20:14
vrurg_ joined
20:15
vrurg left,
vrurg joined
20:19
vrurg_ left,
natrys left,
vrurg left
20:21
Discipulus_ joined
20:26
duamba joined
20:33
neshpion left,
wamba left
20:35
JRaspass joined
20:42
JRaspass left
20:53
Doc_Holliwood joined
21:03
Doc_Holliwood left
21:10
Doc_Holliwood joined
21:14
xinming left
21:17
xinming joined
21:31
patrickb left
21:33
squashable6 left,
linkable6 left,
quotable6 left,
coverable6 left,
notable6 left,
unicodable6 left,
benchable6 left,
statisfiable6 left,
shareable6 left,
releasable6 left,
El_Che left,
dotdotdot left,
stux|RC-only left,
shadowpaste left,
jdv79 left,
nebuchadnezzar left,
jast left,
markmarkmark left,
takside left
21:34
duamba left,
squashable6 joined,
linkable6 joined,
quotable6 joined,
coverable6 joined,
notable6 joined,
benchable6 joined,
unicodable6 joined,
statisfiable6 joined,
shareable6 joined,
releasable6 joined,
El_Che joined,
dotdotdot joined,
stux|RC-only joined,
shadowpaste joined,
jdv79 joined,
nebuchadnezzar joined,
jast joined,
markmarkmark joined,
takside joined
22:01
JRaspass joined
|
|||
Geth | problem-solving/solution-250: c67d55f7a9 | Altai-man++ | solutions/documentation/search-categories.md Provide a solution document for github.com/Raku/problem-solving/issues/250 "Documentation search categories are not standartized" Fixes github.com/Raku/problem-solving/issues/250 |
22:02 | |
22:04
aborazmeh left
22:05
Discipulus_ left
22:06
neshpion joined
22:26
rindolf left
22:37
vrurg joined
22:41
vrurg left,
tejr left
22:42
tejr joined
22:43
dogbert11 joined
22:44
dogbert17 left
22:49
Doc_Holliwood left
22:50
Doc_Holliwould joined
22:55
Doc_Holliwood joined,
Doc_Holliwould left,
vrurg joined
22:56
xinming left,
xinming joined
23:04
JRaspass left
23:05
dogbert11 left,
dogbert11 joined
23:06
neshpion left
23:07
gfldex left
23:09
kerframil joined,
gfldex joined
23:10
mowcat left,
mowcat joined
23:11
sena_kun left
23:13
sena_kun joined,
Doc_Holliwould joined,
Doc_Holliwood left
23:14
dogbert11 left
23:15
dogbert11 joined
23:21
xinming left,
xinming joined
|
|||
vrurg | Yes, they did it at last! | 23:25 | |
japhb | For uploading to fez, if you're uploading on behalf of an org (instead of just as yourself doing personal modules), how can you indicate that? Should I just create additional fez accounts for each GitHub org I want to represent? But then how do others in my org take over the release pumpkin? | ||
23:31
Doc_Holliwould left
23:32
Doc_Holliwood joined
23:37
MasterDuke left
23:40
MasterDuke joined
23:48
JRaspass joined
23:53
gfldex left
23:54
gfldex joined
|