Riceball LEE
Riceball LEE
**需求应用场景** 在局域网查询内部主机名称自动添加设置的默认域名. **建议的方案** 增加配置默认域名: `default-domain`, 以便访问本地机器. 配置及用法: ```conf default-domain=lan server 192.168.0.1 -group home -exclude-default-group nameserver /.lan/home ``` ```bash ping hostname PING hostname.lan (192.168.0.3) 56(84) bytes of data. ``` See Also:...
It doesn't make sense that an IR code files can only be used by the specified controller. So I've refactored the controller source code to make it possible to use...
node-red 是一个足够老的开源项目,它的许多经验值得借鉴. 不过它的代码架构的确需要重构了. 比如: Switch Node(自定义多分支), 比 IF Node 更通用, IF Node 实际上两个分支的Switch Node,创建IF Node只需要从Switch派生并固化为两个分支即可. 另外,如果能兼容或者适配node-red的flow, 那么就由一大堆 [flows](https://flows.nodered.org/) 可用.
It's hard to edit these elements in the editor. Could you add an edit buttion on the top like the code block?
```bash nrfutil dfu usb-serial -pkg uf2_bootloader-0.2.13-44-gb2b4284-nosd_signed.zip -p /dev/ttyACM0 git clone https://github.com/google/OpenSK cd OpenSK ./setup.sh ./deploy.py --board=nrf52840_mdk_dfu --opensk --programmer=none python ../uf2conv.py -c -f 0xada52840 -o mdk_dongle_opensk_all_in_one.uf2 target/nrf52840_mdk_dfu_merged.hex ``` The OpenSK work...
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...
run `python-fido2` examples `get-info.py` and `multi_device.py` passed. It's always failed to register a new key for google acount on linux chrome. `timeout error`. It can be registered on linux firefox...