Shiwei Wang

Results 18 comments of Shiwei Wang

I think the 'luajit.lib' should also be installed.

add `--toolchain msvc` for MSVC in portfile.cmake

> add `--toolchain msvc` for MSVC in portfile.cmake I have tried add this, and build success with msvc. Sorry, I miss this comment https://github.com/microsoft/vcpkg/issues/26048#issuecomment-1207719518 before my last comment.

``` Running `target\debug\gltf-issue-313.exe ..\m3t\models\tutorialModels\SimpleSparseAccessor\glTF\SimpleSparseAccessor.gltf` thread 'main' panicked at 'attempt to subtract with overflow', C:\Users\wsw\scoop\persist\rustup\.cargo\registry\src\mirrors.ustc.edu.cn-61ef6e0cd06fb9b8\gltf-0.16.0\src\accessor\util.rs:149:20 ```

No, it does not work. The `hint` shoule be `accessor.count() - self.counter` according the gltf spec and trait size_hint.

自己编译了1.7.1,1.7.2,最小配置都没有崩溃的问题, 本来以为自己编译1.7.3,会复现问题,结果,依然没问题。 以上编译都是直接librime源码下make。 然后emacs-rime的Makefile固定rpath到指定路径。 但是只要是链接到系统(Arch)的1.7.3-1,就必然崩溃。。。 已经定位到是这个 https://github.com/rime/librime/issues/431 的提交引入的。 具体来说就是这行 https://github.com/rime/librime/blob/a1203fce1ebca70cc04b964d136ae6c4331708e5/Makefile#L46 `-DENABLE_EXTERNAL_PLUGINS=ON`,可能是什么PIC导致的,望有高手解答。 如果用`make merged-plugins`就不会crash了。 更新: 也与这个提交不太相关,与arch打包进去的插件octagram有关,从/usr/lib/rime-plugins里删除这个插件后,正常退出。 单独或全部保留其他插件,都可以正常退出。 只保留或包含这个插件,就必然退出崩溃。

I can make this variable as safe local variable in my init.el. But I think it should be better to do this in this library.

> > 请问 security 模块 是否近期会进行增加 > > @poetL 你好,目前的版本已经支持 xpack 模块的部署。可以在部署命令上加上:`--extra-vars "use_oss=false"` 执行。 测试过,得用json方式传递bool值,`--extra-vars '{"use_oss": false"}'`。 见https://github.com/ansible/ansible/issues/17193 .

I have same problem under Windows 10. Some times when I input the first char of query text, `+default/search-project` show correct search result, but if I continue to input remain...