tinyAdapter
tinyAdapter
Hi, I wonder if the error ```py Traceback (most recent call last): ... File "/lib/python3.7/subprocess.py", line 800, in __init__ restore_signals, start_new_session) File "/lib/python3.7/subprocess.py", line 1482, in _execute_child restore_signals, start_new_session, preexec_fn)...
[occlum_popen_test_trace.log](https://github.com/occlum/occlum/files/6566303/occlum_popen_test_trace.log) It can be reproduced by the following script: ```py root@581b1e9b6489:~/demos/python/occlum_instance# cat image/popen_test.py import subprocess import sys p = subprocess.Popen('date', stdout=sys.stdout, stderr=sys.stderr) p.communicate() ```
I followed the guide the build Occlum Docker image https://github.com/occlum/occlum/tree/master/tools/docker, and the guide to run Python demo https://github.com/occlum/occlum/tree/master/demos/python. Although because of some dependency issues, I changed from alpine 3.10 to...
@jessehui Sorry but it is a private commercial application so I cannot provide any information about it :(
搜了一下,全屏程序应该是无解的,因为这种程序直接独占了整个显示器的渲染(这也是为什么全屏游戏相对窗口化有更好的性能) https://www.quora.com/How-do-I-make-a-window-always-on-top-even-when-fullscreen-game-is-running-by-Qt > A fullscreen 3d application usually demands an exclusive control of the screen. Once it is granted access, every other program takes backseat and won’t be displayed. So,...
我又去搜了一下,发现了这个项目:https://github.com/hiitiger/gelectron 能够实现类似Steam Overlay的效果。 不过这已经算是爆改了……估计稳定性会很差😕
那我就先把issue open了,这东西搞起来似乎要改不少代码,我没时间去试,而且感觉这功能确实没那么紧迫……
这个前两天也有人推荐给我,我看了一下网页API,参数太多了不好偷,就暂时没考虑加😅
额,yarn是搞开发才用的,要把全部源代码clone下来,如果你只是想使用的话,直接运行YUKI.exe就行
> > 额,yarn是搞开发才用的,要把全部源代码clone下来,如果你只是想使用的话,直接运行YUKI.exe就行 > > 直接运行YUKI.exe后,通过LE打开游戏,游戏正常运行,翻译器对字幕没有反应,啥都不显示,大佬这是怎么回事啊 看看文本钩子设置?如果没有的话就需要特殊码,和VNR的特殊码一样