Results 16 comments of y0umu

I know [Web Alert](https://play.google.com/store/apps/details?id=me.webalert) can do exactly what you want. Unfortunately that app is not FOSS.

> The config is wrong, `streamSettings` is not a sub-item of `settings`. > ## Patch > > ```diff > 29,34c29,34 > < ] > < }, > < "streamSettings": {...

Although it may sound like a dirty workaround, it is fully possible to make use of the tunnel v2ray establishes to expose ports behind NAT with the help of 3rd...

> host.docker.internal只在Docker Desktop上有效。服务器上没有这个特性。你应该需要容器化跑一个ollama,然后把本地环境中ollama的模型目录挂载进去。你可以尝试一下。 > > 我一会儿提交一个支持这个的docker-compose.yaml版本。 If you are running docker on linux, you probably don't have to mess up with host.docker.internal but use docker's bridge IP directly instead (usually...

Too much nuisance. I would just [forge a Magisk module](https://github.com/y0umu/magisk-module-template/tree/resolv_conf-1500) to get a `/etc/resolv.conf`.

> > > > just forge a Magisk module to get a /etc/resolv.conf. > > @y0umu do you really believe that https://github.com/topjohnwu/magisk-module-template can fulfill this request easily? How? Beginner steps...

I think I can illustrate more with this example: ```python import ctypes import subprocess import os import pymem local_helper = ctypes.CDLL(ctypes.util.find_library(r'D:\xzc\lab\pyWeKi\python-dll-injection\simple_adder\x64\Debug\helper.dll')) h_helper = ctypes.windll.kernel32.GetModuleHandleA(b'helper.dll') print(f'h_helper={h_helper}') tgt_ps = subprocess.Popen([r'simple_adder\x64\Debug\simple_adder.exe']) pm =...

If this is the only problematic line: https://github.com/srounet/Pymem/blob/ea2c215dcd1427d76b604b5faa1b39fe4ba89d69/pymem/process.py#L70 Maybe we can pull request and patch it.

您是否在搜 https://nssm.cc/

正如 issue #20 所提到的,如果您是从[官方网站](https://yys.163.com/)下载的模拟器版,那么很遗憾这个 repo 的代码都不会工作。 很久以前,官方提供的桌面版是某种“电子包”或者某种基于chromium的包,无论如何,它有一个真正的 x86 可执行文件 `onmyoji.exe`。这个 repo 的故事就是从这个 `onmyoji.exe` 展开的。 如果你有兴趣,可以尝试在互联网上搜索一下别人存的官方老版桌面版下载地址。比如NGA论坛上的[这一帖](https://ngabbs.com/read.php?tid=29661629)。 **我没有尝试过这种方法,我也AFK很久了。使用非官方途径获得的旧版安装包(哪怕它来自真正的官方服务器)是否本身会造成封号、限制玩法,本人不知情。如果你一定要试,责任自负**