therealkenc
therealkenc
[Here](https://github.com/google/jni-bind/blob/main/implementation/proxy_definitions.h#L100) is the culprit: ``` template struct Proxy : public ProxyBase { using AsArg = std::tuple; using AsDecl = std::tuple; template static constexpr bool kViable = IsConvertibleKey::template value || IsConvertibleKey::template...
> E.g. [ValsEqual](https://github.com/google/jni-bind/blob/06d78d9b37a5053000627c0ea19067905c177ce8/metaprogramming/vals_equal.h#L4) doesn't even work with MSVC. It won't compile with MSVC. Environment is llvm/clang x86_64-pc-windows-msvc aka [`clang-cl.exe`](https://clang.llvm.org/docs/MSVCCompatibility.html). You can get it from the llvm-project [here](https://github.com/llvm/llvm-project/releases/tag/llvmorg-17.0.2), ie [LLVM-17.0.2-win64.exe](https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/LLVM-17.0.2-win64.exe). My...
Caught the [Build 2019](https://mybuild.techcommunity.microsoft.com/home#top-anchor) interview today that mentioned this request. I still maintain that Xorg on sixel is just [wrong](https://github.com/microsoft/WSL/issues/1099#issuecomment-248513013). So _very very wrong_. The [ffmpeg-sixel](https://github.com/saitoha/FFmpeg-SIXEL) "Steve Ballmer Sells CS50"...
> Hey here are some relevant links for research: > "Basics for a Good Image Protocol" on terminal-wg > Sixel is broken because it cannot be supported by tmux with...

Took a bit to figure out what "fail" meant. You are pasting after the clip. Okay. Confirmed here. Don't know whether it is the same as #3716, which celebrated a...
One liner that is a little more succinct: ``` $ echo -n "51b969e6" | clip.exe; powershell.exe -noprofile -command Get-Clipboard ㄵ㥢㤶㙥 ``` The only real difference vs. #3716 is that over...
> For some bizzare reason in regular CMD > `echo 51b969e6623423423 | clip.exe` You're imagining semantic equivalencies because the strings `echo` and `|` "look the same". Those two scenarios are...
Please collect [WSL logs](https://github.com/microsoft/WSL/blob/master/CONTRIBUTING.md#8-collect-wsl-logs) and post the backlink to the feedback item here. Also please identify any third-party networking software that has been installed on Windows.
It's in the `strace`. WSL has no `/proc/self/loginuid`. ``` open("/proc/self/loginuid", O_RDONLY) = -1 ENOENT (No such file or directory) ```