JimMoen
JimMoen
### Description In opening PR comparing page. When octotree was `pined as side bar` and the comparing style is `split`, the file info would be shadowed by octotree sidebar. ###...
fix https://github.com/emqx/emqx/issues/8494
listener name field use `$type:$proto` i.e `mqtt:tcp` `mqtt:ws` etc. no `mqtt:ws:8033` anymore unified `listen_on` field as `$ip:$port` i.e. only listen on a port without ip_addr '8080', `listen_on` field format as...
Add nonQwerty layout support. e.g. Dvorak, Colemak... (I use dovrak layout. And it Can run perfectly)
We will rm influxdb bridge after discussion with @wivwiv
Fixes [EMQX-11211](https://emqx.atlassian.net/browse/EMQX-11211) And related PR: [emqx/emqx-extension-examples#35](https://github.com/emqx/emqx-extension-examples/pull/35) Release version: v/e5.4.0 ## Summary ## PR Checklist Please convert it to a draft if any of the following conditions are not met. Reviewers...
## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...
MQTT-v5 allows sending a password without username Which means username flag set `0` and username not be present in CONNECT payload. And there is no necessary relationship between Username flag...