Lix Zhou
Lix Zhou
* electron-builder: ^20.28.4 * Target: Windows 7 x64 * electron 2.0.11 * webpack 4.15.1 * @babel/core 6.26.3 ``` • electron-builder version=20.28.4 • loaded configuration file=package.json ("build" field) • writing effective...
A message showed that linker can't find the symbol awss_start when I comment out FEATURE_WIFI_PROVISION_ENABLED=y in the make.settings, I searched it in the libiot_sdk.a and there is indeed no such...
websocket routes are wrapped by sanic. Error log ``` Traceback (most recent call last): File "C:\Users\abc\AppData\Local\pypoetry\Cache\virtualenvs\ember-VqhvFD7x-py3.9\lib\site-packages\sanic\app.py", line 908, in handle_request response = await self._run_request_middleware( File "C:\Users\abc\AppData\Local\pypoetry\Cache\virtualenvs\ember-VqhvFD7x-py3.9\lib\site-packages\sanic\app.py", line 1265, in _run_request_middleware...
Old DHT11/DHT22 backing library Adafruit_DHT is out of maintained and reporting error on my rpi4+python311. ` ImportError: cannot import name 'Raspberry_Pi_2_Driver' from 'Adafruit_DHT'` And it has CPU usage hogging problem...
### Is your feature request related to a problem? Please describe. It's cumbersome to list all permutation of anded patterns, this can be done as a sugar syntax in pomsky?...
使用latest tag和仓库推荐的compose文件,启动容器后发现aria2自动退出,容器反复重启  从log看没有什么错误消息,只有一句"No files to donwload"。 难道是我理解有误,我以为这个docker是作为守护进程一直后台运行监听RPC请求的。这样的话aria2启动要带上--enable-rpc参数,可是现在docker里面是仅仅是`aria2c --conf-path=/config/aria2.conf`,然后没有下载请求所以直接退出了,导致docker反复重启,这样有何意义?
I got a wrong netmask which is set statically as `255.255.255.0` in adapter's properties dialog while it's `255.255.255.255` from netifaces. ```bash >>> for i in netifaces.interfaces(): ... if netifaces.AF_INET in...
Are there any instructions to build it on Windows? 1. I run 'cargo build' but failed with `wrapper.h:1:10: fatal error: 'libuvc/libuvc.h' file not found`. 2. I download libuvc source code...