[15:00:30] <toad_polo> Is anyone able to expand the "Run tests" arrow from this GHA? https://github.com/pganssle/zoneinfo/pull/19/checks?check_run_id=505944240
[15:00:44] <toad_polo> I tried opening in an incognito window but if you aren't logged in you can't expand at all, apparently.
[15:00:55] <tos9> toad_polo: it does that sometimes
[15:01:04] <tos9> toad_polo: the UI for GHA is still ... "behind"
[15:09:42] <tos9> but I think what I've guessed from 0 research and pure truthiness of my gut is that the JS is weak so it freezes e.g. when it tries to load large blobs of output in-memory in the browser or something like that
[15:09:47] <toad_polo> But it's also notupdating the webhook.
[15:11:16] <toad_polo> Oh huh, one of the jobs is failing in some way.
[15:23:07] <toad_polo> Well, that's super weird. For some reason importlib.resources can't find tzdata.zonefile.Africa.Casablanca, but only on Windows.
[15:39:16] <ngoldbaum> time to make an extremely detailed bug report to github
[15:48:59] <toad_polo> I wonder if there's any kind of program with Azure or something where I can get free access to a Windows VM for stuff like this.
[15:50:18] <toad_polo> Maintaining and running a Windows dev environment is not really something I'm interested in, but the debugging cycle involved in running on CI is not great.
[15:50:20] <ngoldbaum> there's a way to get appveyor to give you a remote desktop login if tests fail
[15:53:19] <toad_polo> I have never had good luck with that sort of thing for whatever reason. I haven't tried it with Appveyor, though.
[15:55:43] <ngoldbaum> another thing you can do is run the MS edge VM images microsoft provides
[15:55:57] <ngoldbaum> technically you're only supposed to use them for edge development though
[15:56:07] <ngoldbaum> but they're a full windows 10 VM image
[16:00:28] <toad_polo> I'd much rather just have a VPS or VM or something that points to a Windows machine.
[16:00:43] <toad_polo> I imagine there's something like that, I just haven't looked into it too much.
[17:40:48] <toad_polo> Azure apparently gives you some free credits or whatever when you sign up. They request your phone number and credit card, though.