Results 17 comments of Fox_white

Well that commit fixed the problem, but the release flag seems to require certificate, password and developer flag, I don't know what any of those means so I am just...

I thought it is something like rust optimized build or something like that, turns out I am wrong. Andy Williams ***@***.***> 於 2022年8月12日 週五 晚上9:32寫道: > The -release flag sets...

> Can you please provide a complete code example of how to replicate the problem? > > This may relate to binding rather than widget creation, but we cannot tell...

Update after some testing, if It is bound to a label the window will not freeze, but if it is bound to an entry it will. Reproduce this by changing...

1. 确保你的电脑已经安装了 [Microsoft Visual C++ Redistributable for Visual Studio 2015-2022](https://docs.microsoft.com/zh-CN/cpp/windows/latest-supported-vc-redist) 2. 如果安装了重启电脑还是不行,可以尝试直接去下载Cpython的二进制文件 https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv ,例如 `opencv_python‑4.5.5‑cp310‑cp310‑win32.whl` 就是 Python 3.10 32位的二进制文件,然后使用 `pip install opencv_python‑4.5.5‑cp310‑cp310‑win32.whl` 安装。

能够复现,主要原因是因为 `.nav_item` 并没有设置宽度,并且在`hover`的时候 `font-weight:bold` ,英文字的宽度变宽了。 解决的方法也有很多,你可以加个 `letter-spacing` ,或者加个 `before` 相同内容的 `pseudo element` 来固定宽度,并且隐藏。 ```css a::before { display: block; content: attr(title); font-weight: bold; height: 0; overflow: hidden; visibility: hidden; } ```...

> 这个前端到底用啥实现的?前端大佬们,指点一下呗。 Vue, core js, webpack.

> Which python and bcml versions are you using? Looks like the react server url isn’t getting defined, which is strange since it’s hardcoded. > > gtk only works for...

> Can’t reproduce it here. Every python version from 3.7 to 3.9 works with cef for me, and 3.7 to 3.11 works with edgechromium. Whatever it is, is on your...

> Sounds like a ghost in the machine. I suggest you try UKMM, instead. BCML is no longer supported, anyway, as UKMM is just better. Yeah, I have been using...