Darcy Shen

Results 92 issues of Darcy Shen

Errors: ``` ...... chmod a-x ../../packages/debian/texmacs/usr/share/doc/texmacs/CMakeLists.txt ../../packages/debian/texmacs/usr/share/doc/texmacs/changelog.Debian ../../packages/debian/texmacs/usr/share/man/man1/fig2ps.1 ../../packages/debian/texmacs/usr/share/man/man1/texmacs.1 chmod: cannot access '../../packages/debian/texmacs/usr/share/doc/texmacs/CMakeLists.txt': No such file or directory chmod: cannot access '../../packages/debian/texmacs/usr/share/doc/texmacs/changelog.Debian': No such file or directory chmod: cannot access...

at this commit https://github.com/sadhen/texmacs/commit/b54364bbd2fc4344895ab06cb35a90c2f6329e22 we can use `tm-define` in `init-texmacs.scm`, but at next step, when I try to make `tm-preferences.scm` compile, it fails and says (since it works in `init-texmacs.scm`,...

see https://github.com/texmacs/SageMath.tm The builtin Sage support is outdated. I just fixed it https://github.com/texmacs/GNUTeXmacs/commit/cce5d30681f6c54c242dd7cd7ca249e08a936987 with the help of @eladts But it won't work until the next release of GNU TeXmacs. However,...

LCCT的管理员们,你们好: 前一段时间我们(@hosiet @intetnet @sadhen)发起了[man-pages-zh](https://github.com/man-pages-zh)这个项目。我们的计划是维护CMPP的手册页的子集。最终计划将我们的翻译反馈到debian源里面。 现在我们的部分翻译可以在[usyiyi](http://manpage.usyiyi.cn/man_page/index.html)或[github pages](http://man-pages-zh.github.io/)上面阅读。实际上更多的已经翻译好,只是没有更新到网页上。 我们希望merge这个项目到我们的项目,复用这些翻译。可否? 注:现存的翻译都是我们自己翻译或者来自CMPP项目和Aron Xu维护的coreutils.po,并没有借鉴这个repo的翻译。我个人觉得手册页的翻译应当反馈到上游,并及时更新,否则大家的劳动就白费了。

``` File ~/.cache/pants/named_caches/pex_root/venvs/s/526a591d/venv/lib/python3.8/site-packages/oneflow/framework/dtype.py:48 43 def convert_proto_dtype_to_oneflow_dtype(proto_dtype): 44 return oneflow._oneflow_internal.deprecated.GetDTypeByDataType(proto_dtype) 47 _ONEFLOW_DTYPE_TO_NUMPY_DTYPE = { ---> 48 oneflow.bool: np.bool, 49 oneflow.float: np.float32, 50 oneflow.float16: np.float16, 51 oneflow.float32: np.float32, 52 oneflow.float64: np.double, 53...

+ https://libraries.io/pypi/torchvision + https://libraries.io/pypi/flowvision 比如TorchVision有六个依赖。