Jake Shadle
Jake Shadle
Try https://github.com/Jake-Shadle/xwin/releases/tag/0.6.6-rc.1 and see if you have issues still, I realize it's flaky so it won't be 100% certain, but this is my current best guess at a fix.
Ok, in that case, try doing `RAYON_NUM_THREADS=1 xwin ...` when executing so that it only ever uses one thread to see if that avoids (or possibly hides) the issue. I...
I can't see your CI job, is it the _exact_ same error? That should be impossible, the original error comes from ureq.
Well the move to reqwest didn't fix it, I doubt using ureq 3 will either, something else is going on at a deeper level.
I suppose it's possible, but it could also be some kind of rate limiting happening in Github actions, is it happening for you on a local machine as well? I've...
Ok, maybe it is a server issue then, I'll add retries.
Oh and so I don't forget, we can add RX timestamps to eBPF and retrieve TX timestamps from metadata which we could use to give "true" stats on how long...
Hmm, maybe I'm misremembering and it was working.
xwin generates symlinks to fix casing issues, where the symlinks point to the _original_ casing of the file. Both directml.lib and pathcch.lib use all lower case, and the only symlink...
I've previously thought about adding a way for users to specify symlinks but it's never been worth it to take the time. I think in this case I still would...