|
01:53
sibl joined
01:59
topnep left
02:00
topnep joined
02:13
kylese left
02:14
kylese joined
02:27
nativecallable6 left
02:28
releasable6 left,
committable6 left,
shareable6 left,
sourceable6 left,
evalable6 left,
greppable6 left,
coverable6 left,
sibl left,
sourceable6 joined,
committable6 joined,
evalable6 joined,
releasable6 joined
02:32
greppable6 joined,
nativecallable6 joined,
coverable6 joined
02:35
sibl joined
02:37
notable6 left,
bloatable6 left,
unicodable6 left,
coverable6 left,
evalable6 left,
tellable6 left,
bisectable6 left,
sourceable6 left,
releasable6 left,
benchable6 left,
committable6 left,
linkable6 left,
greppable6 left,
nativecallable6 left,
quotable6 left
02:40
evalable6 joined,
nativecallable6 joined,
bloatable6 joined,
unicodable6 joined
02:41
shareable6 joined,
benchable6 joined,
sourceable6 joined,
releasable6 joined,
greppable6 joined
02:42
tellable6 joined,
linkable6 joined,
quotable6 joined,
committable6 joined
02:43
coverable6 joined,
notable6 joined,
bisectable6 joined
02:47
bbrtj joined,
cm left
02:52
cm joined
03:15
kylese left
03:16
kylese joined
03:28
vasko4535586 joined
|
|||
| coleman | timo: what's DDT? | 03:36 | |
|
03:45
annamalai joined
04:35
xinming joined
|
|||
| jubilatious1_98524 | Dichlorodiphenyltrichloroethane? | 04:44 | |
|
05:28
Aedil joined
05:39
human_blip left
05:41
human_blip joined
|
|||
| patrickb | possibly raku.land/zef:2colours/Ddt | 06:12 | |
|
06:20
wayland joined
07:19
Sgeo left
08:02
sibl left
08:06
sibl joined
08:11
abraxxa joined
|
|||
| librasteve | raku.land/zef:raku-community-modul...Dump::Tree - very nice "upgrade" to Data::Dumper for vieiwing nested structures | 08:16 | |
| weekly: blogs.perl.org/users/nadim_khemir/...on-15.html | 08:17 | ||
| notable6 | librasteve, Noted! (weekly) | ||
|
08:18
librasteve_ joined
|
|||
| librasteve | hi everyone! | 08:23 | |
| I am having issue with fez upload ... I got a success message for Air::Plugin::Asciinema:ver<0.0.2>:auth<zef:librasteve> last night | |||
| but zef update && zef info 'Air::Plugin::Asciinema:ver<0.0.3>' errors with | 08:24 | ||
| !!!> Found no candidates matching identity: Air::Plugin::Asciinema:ver<0.0.3> | |||
| ;-( | |||
| I can see it right there in 360.zef.pm | 08:25 | ||
| am I holding it wrong? | |||
| and it's on raku.land | 08:26 | ||
|
09:00
xinming left
09:02
xinming joined
09:36
sibl left
|
|||
| Voldenet | librasteve: I've seen this problem recently, it has some hints irclogs.raku.org/raku/2026-02-23.html#03:30 | 09:37 | |
| I'm assuming that this happens when you upload and zef update too quickly, user's local date may be slightly ahead | 09:40 | ||
| so `curl -z` sends file date a few seconds in the future, before new json is up | 09:41 | ||
| ugexe: I'd consider adding `-R` or `āremote-time` to github.com/ugexe/zef/blob/main/lib...kumod#L109 | 09:44 | ||
| this might improve things, since json timestamp will be taken from the header | 09:45 | ||
|
10:02
wayland76 joined,
wayland left
|
|||
| librasteve | thanks! I am using mi6 release on this module, but it uses Fez under the hood ... so there is no user control on time gapping | 10:20 | |
|
11:12
kaskal left,
kaskal joined
|
|||
| i made an issue github.com/ugexe/zef/issues/601 | 11:16 | ||
| lizmat | hmmm... looks like the REA harvester was offline since Tue... that could also be the reason you didn't see it | 11:17 | |
| librasteve_ ^^ | |||
| it's online now, and it added: | 11:18 | ||
| Took 7791 msecs to add 4 identities: | |||
| Air::Plugin::Asciinema:ver<0.0.3>:auth<zef:librasteve> | |||
| IRC::Log::Perlgeek:ver<0.0.2>:auth<zef:lizmat> | |||
| Term::Choose::Util:ver<1.4.7>:auth<zef:kuerbis> | |||
|
11:32
sibl joined
11:38
abraxxa left
|
|||
| librasteve | ok - i have closed the issue for now | 12:06 | |
|
12:26
topnep left
12:27
topnep joined
13:01
sibl left
|
|||
| Voldenet | in that case the point about -R still stands, but I don't know how much of an issue it is in practice | 13:14 | |
| ugexe | it being on rea is just a workaround | 14:29 | |
| theoretically this issue could also apply for fetching the rea ecosystem file | 14:30 | ||
|
15:40
guestll joined
15:58
guestll left
16:22
nine left,
nine joined
16:35
topnep left
16:36
topnep joined
17:28
librasteve_ left
18:40
topnep left
18:41
topnep joined
|
|||
| timo | i meant Data::Dump::Tree by DDT | 18:51 | |
|
20:45
topnep left
20:47
topnep joined
20:49
annamalai left
21:02
nort joined
21:11
nort left
|
|||
| [Coke] | I am on a mac. I have a github account for personal user and for work. Is there a way to switch my default login? So far the only path I've found is to go into keychain access, delete everything associated with github, and then try to do the thing I want, then it'll prompt me for access. (and then I have to do that again to switch) | 22:13 | |
| (this is to use git from the command line, in case that wasn't clear) | 22:15 | ||
| ugexe | use ssh keys | 22:17 | |
| gh probably allows multiple accounts via https though | 22:18 | ||
| but with ssh keys you set up ssh config with e.g. github-personal and github-work, and then you can do like git clone git@github-personal:username/repo.git | 22:19 | ||
|
22:19
Sgeo joined
|
|||
| [Coke] | The work URLs are managed in a config file/script, was hoping for something transparent. (though I control the script and the data, so I could switch them to git@ addresses... they are all https:// at the moment) | 22:21 | |
| Thanks for the tip. | |||
|
22:44
mc2 left
22:51
topnep left
22:54
topnep joined
23:25
Aedil left
|
|||