Rory

Results 22 issues of Rory

same to https://github.com/emqx/emqx/pull/8600

codeball:approved

Here is the code I am using to upload. ``` $ echo "uploading asset to release to url : $upload_url" uploading asset to release to url : https://uploads.github.com/repos/zhanghongtong/test-trello/releases/13626806/assets?client_id=559b37ca1dfdad45d224&client_secret=a39a8fd8b5a2ce54eaa07axxxxxxxxxxxxxx $ curl...

move the initialization enhanced authentication from the init function to the initialization function

**Describe the bug** IgnoreVolumeClaimTemplateTypeMetaAndStatus looks not work **Steps to reproduce the issue:** I tried to compare the two statefulsets like this ```golang opts := []patch.CalculateOption{ patch.IgnoreStatusFields(), patch.IgnoreVolumeClaimTemplateTypeMetaAndStatus(), } patchResult, err...

Using `mqtt.client.v5.client` to initialize a client and subscribe to a topic, how do I get and check the `suback` packets returned by the server?

All of MQTT protocol version 3 | 4 | 5 I can use it to test EMQX's node rebalance eviction

feature

https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901255 ``` =CRASH REPORT==== 28-Sep-2022::01:40:38.209340 === crasher: initial call: emqtt:init/1 pid: registered_name: [] exception exit: {disconnected,156, #{'Server-Reference' => }} in function gen_statem:loop_state_callback_result/11 (gen_statem.erl, line 1397) ancestors: [] message_queue_len: 1 messages:...

feature

if the string element have forbidden characters or the string is a empty string, then add quotation mark for them More info, please check https://go.dev/play/p/6blMUYTercu