Jingbei Li

Results 24 issues of Jingbei Li

`#cnn` will return 0 instead the number of layers now.

cx_Oracle has a major new release under a new name and homepage [python-oracledb](https://oracle.github.io/python-oracledb/). The python-oracledb driver is a [Python programming language](https://www.python.org/) extension module allowing Python programs to connect to [Oracle...

### 问题类型 / Type of issues * 其它 / other ### 受影响的软件包 / Affected packages * qtwebkit ---- qtwebkit 已经在2013年就被上游弃置了,AUR 上这个包也从18年起就基本没有维护了 qt 貌似从 qt5 开始捡了一份 webkit ,就是现在的 qt5-webkit 查了一下,源里也没有依赖这个包的 https://lists.webkit.org/pipermail/webkit-qt/2013-October/003878.html

arch4edu has switched to a new build system, [cactus](https://github.com/arch4edu/cactus), which builds packages in the official archlinux docker image. Maybe it can also used to provide a repository for Manjaro by...

enhancement

Taking over from #32 . Please comment here if you need R packages on aarch64. Then we will start to do it.

enhancement

Some distributions (such as Archlinux) has dropped the gtk2 version of wxwidgets (aka. wxgtk2). Please move to wxwidgets-gtk3.

Quick fix: ```python try: from collections import Callable except ImportError: from collections.abc import Callable ```

- [x] I have read and acknowledged this HOWTO article: [Submitting a MiKTeX problem report](https://miktex.org/howto/bug-report) Hi, I'm trying to build the [miktex on AUR](https://aur.archlinux.org/packages/miktex) for aarch64 archlinuxarm. But I'm getting...

Thanks for creating this amazing tool for vim. But, when I'm testing the completion for `cc.view.adjustViewPort()` in `main.js` of my project, this function doesn't show up in the omni completion...

如题。某些奇奇怪怪的包会强制`-j1`,对于这些包感觉没必要让其他核心一直空着。 所以在想能不能实现对这些包实行非阻塞,其他仍然是阻塞式。 初步构想的改动如下: 1. 仍然保持拓扑排序的结果。 1. archbuild会创建多个打包session,同时维护一个哪个session当前在打哪个包的对应关系表A 1. 轮到某个包时,在表A中检查其依赖是否都已经打包,否则就等着。 1. 若当前包依赖关系已经解决,则打包 1. 若当前打包的是一个非阻塞的包时,则同时也处理下一个包