Bingzhang Dai

Results 19 issues of Bingzhang Dai

I installed lua in global by using `sudo apt install lua5.2`. After that, lua locates in `/usr/bin/lua`. I initialize the script by using `eval "$(lua /path/to/z.lua --init bash once enhanced)"`...

I roughly go through the [API reference](https://www.graphengine.io/APIRefs/html/N_Trinity.htm) and find that it might be outdated. For instance, [```NewCellID```](https://www.graphengine.io/APIRefs/html/M_Trinity_Core_Lib_CellIDFactory_NewCellID.htm) method is obsolete and ``` NewCellId ``` is recommended according to the source...

enhancement
help wanted

I have noticed that if the `CellID` is not given when we new a cell, the code will call `CellID = CellIDFactory.NewCellID()` to assign the id automatically. `NewCellID()` method will...

discussion

When I deployed GE and started to import data, everything looked fine. However, I have encountered the out of memory exception and the CPU usage becomes 100% after the exception....

trinity-core
trinity-c
memory
storage

I cannot find any demos about how to configure and run servers and proxies. I am afraid that just by following the guide to generate the ``` trinity.xml ``` configuration...

discussion

There is not output in the console. ![image](https://user-images.githubusercontent.com/9895061/122636016-9b9bd200-d119-11eb-9b83-bc9395ff6caa.png)

First, I have an ISP provided DNS 192.168.1.1 ``` root@OpenWrt:~# dig -p 53 @192.168.1.1 hmajax.itheima.net ; DiG 9.14.12 -p 53 @192.168.1.1 hmajax.itheima.net ; (1 server found) ;; global options: +cmd...

Since openwrt updated its firewall which uses nftables instead of iptables. There exists some compatibility issues: #291 #292 #299 Could some experts help to update this app? I really love...

new feature
help wanted

All the examples given are using image2disk action which utilizes the raw img. I am wondering how I can use the ISO file. I converted the ISO from `qemu-img convert`,...

I have an internal docker registry which uses HTTP protocol. Whenever we use internal tagged images in Actions, the installation process will get stuck. I then tried to pull the...