qingchuwudi

Results 11 comments of qingchuwudi

This is the test repo [rebar3_2208](https://github.com/qingchuwudi/rebar3_2208).

Thank you all the same. I will avoid using `sys.config.src` and `install/upgrade` at the same time.

Have the same problem on the newest version. It seems the sender think that it had send all bytes, but the receiver lost some package. sender: ```bash ➜ ✗ croc...

> > 搜索结果只有一页,如果加个翻页功能就更好了。 > > 暂时可能不会考虑。可以描述下场景吗? 比如我在网页搜索“郭德纲”的相声,多次搜索返回的内容都是一样的,也只有一页。目前搜出来的一页听完以后就永远不会再有新内容出现了。

> > 已阅读你的邮件。我会尽快查看并回复。谢谢!有事联系18368380219--张立辉 > > ??robot? 应该是你的邮箱自动回复的。

Is there any messages when using `libcoap` to send to emqx or recv from emqx? For example: ```bash coap-client -m put -e 1234 "coaps://127.0.0.1/mqtt/topic1?c=client1&u=tom&p=secret" Apr 15 16:11:54.659 WARN do_gnutls_handshake: session...

CoAP uses UDP ports, so you should use `-p 5683:5683/udp -p 5684:5684/udp` instead.

> Sorry, what is the error you're referring to? The priority of `*` is higher than `**` in Python, that means `-0.5*((euclidean_distance / bandwidth))**2` equals to : ![image](https://user-images.githubusercontent.com/10055337/147723284-56cf97ac-4d9a-4c81-a332-b4be9b70cd91.png) While,what we...

[emysql.erl][1] and [rebar.config][2] for reference ```erlang {erl_opts, [ {platform_define, "^([1-9][0-9][0-9].*?)|([2-9][0-9].*?)|(1[8-9])", namespaced_types}, ... ... ]}. ``` ```erlang -export_type([ t_gb_tree/0, t_queue/0, t_dict/0 ]). -ifdef(namespaced_types). -type t_gb_tree() :: gb_trees:tree(). -type t_queue() :: queue:queue()....