Results 466 comments of juj

I posted PR https://github.com/emscripten-core/emscripten/pull/24031 to help with this scenario. There was `-sWEBGPU_DEBUG` flag, but it prints both tracing information in addition to errors. With the above PR, `-O0` builds will...

It is a nice idea to try to use an exe instead of a bat launcher, though there is a complexity involved, namely Windows SmartScreen. It will prevent launching any...

> Clang, wasmopt and other executables would be subject to the same. Yes they are, that is a great point. SmartScreen operates in some kind of reputation based fashion: https://learn.microsoft.com/en-us/defender-endpoint/defender-endpoint-demonstration-app-reputation...

I did a test here https://github.com/juj/precompiled_exe_download_test and placed the `launcher.c` code from this PR in precompiled form there. When I manually download the same file that I had compiled, I...

> Presumably the same thing happen if you run `clang.exe` or `wasm-opt.exe`? Curiously it doesn't. Like I mentioned before, Unity has been shipping unsigned clang.exe and wasm-opt.exe since dawn of...

Attaching the test case where the above screenshots are from. [a.txt](https://github.com/user-attachments/files/23028213/a.txt)

When I tested this first (I'm on Windows), in Sublime Text version 41?? (I don't remember the last two chars), I did first see that the paste got truncated at...

The fact that Windows has a limitation does not mean that there wouldn't exist a number of ways to fix this, like was already mentioned in the linked bug.

> And you can see from the comment I linked an explanation as to why such workarounds do not work. After your comment, the next comment https://github.com/sublimehq/sublime_text/issues/5443#issuecomment-2244279669 mentions "Well, an...

No problem. I did report this to Gowin, but I think they disregarded this. Not sure if it has affected their internal development or QA in any way. (hopefully it...