hulb
hulb
https://github.com/eclipse/paho.mqtt.python/blob/9782ab81fe7ee3a05e74c7f3e1d03d5611ea4be4/src/paho/mqtt/client.py#L3726 at here, the `Host` of header will be conbined with `host` and `port`. let's say if I want to connect to `wss://mqtt.example.com`, and I should write the code like...
This PR makes a refactor of ways to handle error in db layer. I don't think it's proper to panic when there is an error in db actions. And every...
### Is your feature request related to a problem? No, not a problem. Since memos supports memo sharing to public, it'll be cool if I can share my memo to...
**Is your feature request related to a problem? Please describe.** `clickhouse.WithQuotaKey` actually not working. According to https://github.com/ClickHouse/clickhouse-go/blob/v2.8.0/conn_handshake.go#L86-L88 it's possible to set quota key in connection level. There is some work...