01:30 refactus left 04:55 refactus joined 08:53 melezhik joined
melezhik Hi! 08:55
coleman: on - github.com/Raku/infra/issues/112#e...0037794876 I still contemplating idea of using Spraky as a front end for all configurations management tasks , instead of cli interaction via tomtit, especially if we are going providing end user the tool as container . What do you think ? In my taste current solution we have currently in configuration-management/ folder a bit clumsy mixing calling sparrowdo via 08:59
tomtit , we can get rid of this complexity given we use sparky instead running as docker / podman container , what do you think ?
I can create an example of such a file while working in this ticket … 09:01
file -> flow
Cc Wayland 09:02
Oh - wrong channel - sorry for that 09:57
10:47 librasteve_ joined
lizmat m: say UInt(-3) # what does this even mean? 11:36
camelia Impossible coercion from 'Int' into 'UInt': method Int returned an instance of Int
in block <unit> at <tmp> line 1
lizmat I guess it's short for coercion 11:38
m: subset Even of UInt where * %% 2; say Even(-3) + Even(56)
camelia Impossible coercion from 'Int' into 'Even': method Int returned an instance of Int
in block <unit> at <tmp> line 1
lizmat m: subset Even of UInt where * %% 2; say Even(56) + Even(-3) # huh ??
camelia 53
lizmat m: say UInt(56) + UInt(-3) # golfed 11:39
camelia 53
lizmat m: say UInt(-3) + UInt(56) # golfed
camelia Impossible coercion from 'Int' into 'UInt': method Int returned an instance of Int
in block <unit> at <tmp> line 1
lizmat weird
[Coke] m: Str(-3).WHAT.say 12:45
camelia (Str)
13:33 melezhik left
[Coke] had to add hub.docker.com/repository/docker/c...sl/general to make his pipeline issue work. opened a ticket on rakudo/docker to hopefully address it in future. 15:28
15:57 librasteve_ left 22:30 Pixi__ is now known as Pixi