JimMoen
JimMoen
By making a PR you are agreeing to that contributing a hello world project allows the repo/project owner to use the hello world app in examples for their own use....
* refine listener name. * fix dialyzer error.
Fixes Release version: v/e5.? ## Summary ## PR Checklist Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until all...
Fixes [EMQX-12343](https://emqx.atlassian.net/browse/EMQX-12343) Release version: v/e5.7.0 ## Summary ## PR Checklist Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until...
Fixes [EMQX-12349](https://emqx.atlassian.net/browse/EMQX-12349) [EMQX-12350](https://emqx.atlassian.net/browse/EMQX-12350) Release version: v/e5.7.0 ## Summary ## PR Checklist Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over...
related: https://github.com/emqx/emqx-plugin-template/pull/126
Fixes [EMQX-12594](https://emqx.atlassian.net/browse/EMQX-12594) Release version: v/e5.7.2 ## Summary ## PR Checklist Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until...
Fixes [EMQX-10080](https://emqx.atlassian.net/browse/EMQX-10080) Release version: v/e5.8.1 ## Summary ## PR Checklist Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until...
### Describe the bug Cannot rename macros define and type define by calling `lsp-rename`. But renaming variables and functions works fine. ### To Reproduce** ```erlang -module(hello). -define(test_macro, an_atom). -define(test_macro(V), {?test_macro,...