wingfancy

Results 13 issues of wingfancy

While I compiling the 'frida-core-example.c' with the clang in the latest Android NDK, I met this issue. Any idea on fixing it? Thanks in advance! ``` C:\Programs\Android\sdk\ndk\23.1.7779620\toolchains\llvm\prebuilt\windows-x86_64\bin\clang.exe -fPIC -DANDROID -ffunction-sections...

I run the command below in my Android device: ``` python stackcount -p 22119 /apex/com.android.runtime/lib64/bionic/libc.so:memset ``` There're many records without any stack information. I think even it is using FP...

I installed 'adeb' tool in Android R platform, I've enabled the below kernel config: CONFIG_IKHEADERS=m CONFIG_BPF_JIT=y CONFIG_BPF=y CONFIG_BPF_SYSCALL=y CONFIG_BPF_JIT_ALWAYS_ON=y CONFIG_HAVE_EBPF_JIT=y CONFIG_BPF_EVENTS=y CONFIG_KPROBES=y CONFIG_KPROBE_EVENTS=y CONFIG_UPROBES=y CONFIG_UPROBE_EVENTS=y CONFIG_TRACEPOINTS=y CONFIG_PREEMPTIRQ_EVENTS=y But while I...

There is no '.\libraries\WSA.pfx' and always failed to generate the certificate. Any idea on how to fix this issue? Thanks in advance! ``` PS C:\Work\WSAPackagingTool> .\repack.cmd Repack - WSAPackagingTool v1.3...

We can download the WSL2 package from the linke below: https://github.com/microsoft/WSL/releases/download/1.0.3/Microsoft.WSL_1.0.3.0_x64_ARM64.msixbundle Is that possible to make a tool like WSL2PackagingTool for WSL2? Thanks in advance!

Because it always trigger the exception below, for debugging the issue, I removed the code below: ``` catch (...) { async.update_state(1.f, "Generation failed."); return {}; } ``` Then I got...

**Describe the new feature:** There are more and more ARM64-based Windows devices out there. I wonder if OpenShot has any plans to develop an ARM-based Windows platform. Thanks in advance!

💡 enhancement
stale

I run this code on my Lenovo T14S(x64 Windows 11) on Direct ML and got the issue below. May I get your support on the reason? Thanks in advance! https://github.com/cassiebreviu/StableDiffusion/blob/direct-ML-EP...

After enabled repetition_penalty, will it lower lookahead's probability? If yes, any solution for avoiding the conflict?