yjdwbj
yjdwbj
Hi, why the silentarmy raised exception? ```bash $fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: Advanced Micro Devices, Inc. OpenGL renderer string: AMD Radeon(TM) R7 Graphics OpenGL version string: 4.5.13399...
luarocks install lua-resty-postgres ``` .... local db = pgsql:new() db:set_timeout(3000) local ok,err = db:connect({database= config.pgsql.database , host = config.pgsql.host, port = config.pgsql.port, user = config.pgsql.user, password = config.pgsql.password,compact = false...
hi, when i build this source . got kernel panic . ```sh [47715.871907] RTL871X: module init start [47715.871910] RTL871X: rtl8812au v4.3.14_13455.20150212_BTCOEX20150128-51 [47715.871910] RTL871X: rtl8812au BT-Coex version = BTCOEX20150128-51 [47716.023197] ------------[...
**Describe the bug** Hi, all. I cloned mycroft-core on my computer and installed it. But I get the following error when running. **To Reproduce** ```sh ~$ source .venv/bin/activate (.venv) blink@blink-eq:~/mycroft-core$...