Gary Guo
Gary Guo
I believe just keeping a [`std::thread::Thread.id`](https://doc.rust-lang.org/std/thread/struct.Thread.html#method.id) would be sufficient for reentrance detection.
I'll have a look next week to see if I can add reliable reentrance detection. Hopefully it'll provide a piece of code that can be shared among both `OnceCell` and...
What about using `:SIMD` instead, then we don't have to worry about "std" being a valid scheme.
@msegado I disagree. In C/C++, header name tokens are special case to the preprocessor, it is be part of tokenization. I believe introducing the syntax to ECMAScript will make parser...
I think this is working as intended. It will try to create a new chain regardless if it already exists or not (so will warn for the 2nd time) and...
I really should add more context to error messsages😅 Can you check if `/tmp/.X0-lock` or `/tmp/.X11-unix/X0` exists? If so try delete them and retry. Apparently WSL never clean up /tmp...
What's the issue with DNS lookup in WSL? I haven't observed any weird with it.
Wouldn't setting the DNS server in WSL to the same server used by Windows work?
If you are using time synchronisation, then you need to grant wsld `cap_sys_time` capability so it can adjust system time for you. You can add the cap with `sudo setcap...
Could you check if you have enough permission to create files in /tmp/.X11-unix then? If you only reason to not use sudo is startup script, you can configure sudo to...