knziha
knziha
C:\Program Files\WindowsApps 使用appx管理,卸载 yourphone 后,过两天,通过某种自动更新机制,又装回来了。。 300MB+,软用没有,还卸载不了。。 已推迟 windows 更新至 2042 年,为什么还会自动更新 appx,还装了两个 Microsoft.WindowsAppRuntime.1.5_5001.275.500、Microsoft.WindowsAppRuntime.1.5_5001.214.1843。 有没有办法彻底block掉这个更新,比如改 host 什么的? 
冷知识,edge-tts可以离线使用,但仅限部分 netural 音色。 Multi-tts 已经集成,安装1gb微软语音包,就能无限听 xiaoxiao、aria等多种语言,配合前台转发服务,还能批量导出音频文件。 官方SDK(应该是这个): https://learn.microsoft.com/en-us/azure/ai-services/speech-service/embedded-speech 终结 #65 #19 #169
I think the open_scripts_popup should list recent files in the visit order. similiar to : `Ctrl + E` in the vscode `Ctrl + E ` in the IDEA and maybe...
on the list of quick search panel, current file and previous file should be colored . Or simpler, focus on the previous file, so that pressing Enter switches to the...
just invoke `add_autoload_singleton` automatically in plugin.gd : [Godot-debug-menu](https://github.com/godot-extended-libraries/godot-debug-menu/blob/0e5f15217285c76170039c9cefcf79c8ab0ec6b3/addons/debug_menu/plugin.gd#L6C3-L6C25) see also https://github.com/KnIfER/Godot-Editor-Console
https://github.com/KnIfER/earth_sim_threejs actually it's done by chatgpt . very dirty ... the flat material doesn't work.
``` @sdf3 def custom_shape(): @cuda.jit(nopython=True) def f(p): distances = np.zeros(len(p), dtype=np.float32) for i in range(len(p)): x, y, z = p[i][0], p[i][1], p[i][2] distances[i] = real_sdf_func(x, y, z) return distances return...
[SD5 addon: CSG & SDF modeling using libfive](https://blenderartists.org/t/sd5-addon-csg-sdf-modeling-using-libfive/1561003/7) libfive is fast .
for example popup/index.js : remove them will make the popup page display faster .