none2003

Results 17 comments of none2003

Just found a fork version: ZeroOmega, forked from SwitchyOmega compatible with manifest v3 - https://github.com/suziwen/ZeroOmega It provides chrome version at Chrome Web Store, but hasn't had a FF version.

BTW, the comment of line "from numba.np.unsafe import ndarray" in "__init__.py", you mentioned issue [8940](https://github.com/numba/numba/issues/8940) of numba. I found it's closed now, it may be fixed.

> 录制演示视频 测试并没有问题 Hi @Ahaohaohao @mas-alone 遇到的问题和我一样,他已经提供了录屏。

The new numba support latest numpy 2.2.4: numba==0.61.2 [requires: numpy>=1.24,

Sometime, the new tab with video content starts with global mode, even "pin by default" and "Global context" were selected.

I have created a PR for it: https://github.com/ranaroussi/quantstats/pull/488. I would greatly appreciate it if you could kindly review and consider merging it. Thank you so much for your time and...

I have created a PR for it: https://github.com/ranaroussi/quantstats/pull/490. I would greatly appreciate it if you could kindly review and consider merging it. Thank you so much for your time and...

I have created a PR for it: https://github.com/ranaroussi/quantstats/pull/487. I would greatly appreciate it if you could kindly review and consider merging it. Thank you so much for your time and...

Today, I spent some time addressing the issue mentioned earlier and have created a PR for it: https://github.com/ranaroussi/quantstats/pull/482. I would greatly appreciate it if you could kindly review and consider...

现在的轻量模式等于是退出了GUI程序,只留下mihomo进程,所以任务栏托盘会消失。通过观察现在的进程,总共会启动3个Clash Party进程(内存占用量还是很大的),是否可以让第一个启动的进程只负责显示托盘图标,执行超时进入轻量模式的程序,以及处理托盘左键点击,以及右键菜单项目执行的任务,其中托盘图标左键点击以及右键菜单项目执行可以通过在Clash Party.exe预留命令行参数实现,比如要显示主界面可以执行“Clash Party.exe -display_main”,要设置虚拟网卡模式可以“Clash Party.exe -enable_tun”等等。