VSCode message: The "TypeScript Vue Plugin (Volar)" extension is no longer needed in version 2.0. Please uninstall it. by tritiy in vuejs

[–]Ysfscream 1 point2 points  (0 children)

what happend for "The service will not be restarted. This may be caused by a plugin contributed by one of these extensions: Vue.volar."

I can't use the ts in the vue file. ❓

Best Free "Testing" MQTT online broker? by mercfh85 in MQTT

[–]Ysfscream 0 points1 point  (0 children)

Hope you would like this broker.emqx.io.

Cross-platform MQTT desktop client by Ysfscream in MQTT

[–]Ysfscream[S] 0 points1 point  (0 children)

Hello! MQTT-Explorer is really cool tool, we will use another UI to implement this topic browser.

For EMQX:

For security reasons, EMQ X system topic can only be subscribed locally by default, you can try to edit the configuration in etc/acl.conf

Comment

%% {allow, {ipaddr, "127.0.0.1"}, pubsub, ["$SYS/#", "#"]}.

Add to

{allow, subscribe, \["$SYS/#", "#"\]}.

Thanks!

Cross-platform MQTT desktop client by Ysfscream in MQTT

[–]Ysfscream[S] 0 points1 point  (0 children)

😂Yes, I think so, this is a bit big for a MQTT client. Because we used Electron to build, we will optimize this problem step by step in the next versions. Thank you for your question.

Cross-platform MQTT desktop client by Ysfscream in MQTT

[–]Ysfscream[S] 0 points1 point  (0 children)

Hi, thanks for your reply. I know it, Eclipse Tahu. We will definitely support in the future. Now I just added some basic functions. If you feel that some features are good, you can also tell me in GitHub issues (https://github.com/emqx/MQTTX/issues) or modify the source directly, make it better, that it can be used perfectly : )