李寻欢

Results 5 issues of 李寻欢

Hello, I encountered an issue with the following code: ```go lange := carbon.NewLanguage() lange.SetLocale("zh-CN") car := carbon.SetLanguage(lange) if car.Error != nil { log.Printf("Error Info %v\n", car.Error) return } offDutyTime :=...

Bug

Can I add a callback after login? such as updating the last login time of the database after login.

代码如下 `Python`: ```python import hashlib import hmac import time import websocket def on_message(ws, message): print("收到消息啦") # print(ws) print(message) def on_error(ws, error): print(ws) print(error) def on_close(ws): print(ws) print("### closed ###") def...

我看文档是写的gmail,但是我不想用gmail,我有一个网易域名邮箱,它的smtps端口不是标准的465,是用的994,但是直接填进去会报错,或许可以通过增加一个`enable_ssl`按钮解决问题。很想Pr,但是Rust这玩意儿属实学不进去,三过其门而不入了已经,只能厚着脸皮来求作者解决了!

### Nginx配置 ![image](https://github.com/Privoce/vocechat-server-rust/assets/72033265/5eac75b8-0376-40c9-9a92-9c7479efe75d) ### 网页效果 ![image](https://github.com/Privoce/vocechat-server-rust/assets/72033265/c009d4e0-59b4-4d2e-a21c-9fc78721610e)