TsXor

Results 59 comments of TsXor

This lib is COM binding, and if you want anything, please first check [js reference](https://raw.githubusercontent.com/Adobe-CEP/CEP-Resources/master/Documentation/Product%20specific%20Documentation/Photoshop%20Scripting/photoshop-javascript-ref-2020.pdf) and this [js class relation mindmap](https://tsxor.github.io/photoshop-js-reference-sphinx/_static/photoshop_mindmap.html) If you find a class is not in this...

以及,这样其实并不好,理想情况应该是nsudolc负责cli,nsodolg负责gui nsudolc行为是正常的cli程序却不能干任何正事(只能打印帮助),nsudolg行为是正常的gui程序但是只有通过它才能执行命令...这河里吗? EDIT:nsudolg好像也只能启动cmd...

想了好几天,nsudo可能更接近于su而不是sudo

请使用qemu-user-x86_64跨架构运行(

Here is my commit to enable to specify userdata path on Windows: https://github.com/TsXor/webview/commit/52dc59eadb3d40ffa2456c80dd84b889104aefd1 I only modified the Windows part, which is not enough for a PR, so I put it...

So sorry but I didn't notice my fix will make it unable to print out event userdata property values on my previous test.

But I found something funny: the code can work normally if I replace `EventMapInfo` with `NULL` in the call to `TdhFormatProperty`. It seems that my fix did what @Biswa96 originally...

I just literally froze when I saw hundreds of errors from \. My suggestion is defining all proprietary things with `__windivert_` prefix.

> From memory, the `__in`/`__out` annotations are from Microsoft header files. But these annotations do not exist in MinGW, so the `#undef`s attempt to "remove" the annotations. However, this seems...

Just compiled like regular mpy, don't know how it is different in lvgl. This module runs as expected in build without lvgl.