Results 9 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/