Maxim Tsoy
Maxim Tsoy
Now that WSL2 is released, is there any known workaround to do wildcard resolution with WSL2?
You could also check for "cookie folding": multiple cookies in a single Set-Cookie header used to be supported, but [not anymore](https://slides.com/maximtsoy/the-zen-of-cookies#/22/0/0).
Hm, this looks like another issue with Windows. Unfortunately, I don't have access to proper windows environment to investigate this.. Jusging by the error, there is some incompatibility with visual...
@ArduinoBen the practicality really depends on the hardware. I personally was running it on an old Raspberry Pi 1, and the difference was substantial (seconds vs minutes). If you're just...
strnlen() is a valid C function, which compiler are you using?
@Oslomayor Thanks for the info! Judging by the traceback, I think the problem is in this line https://github.com/muodov/kociemba/blob/master/setup.py#L5 I guess Windows is using another encoding by default, so changing the...
@cubhe I don't think it's the case. There is no OS-specific in the C code. And some users have it running under windows.
@Oslomayor @unaided Have you guys had any luck with this issue?
@johnsmith2014w Could you provide some info about your environment? Which OS, Python version are you running? What is the exact command that you are running? I just checked on my...
For the algorithm details, see http://kociemba.org/cube.htm