MaxKingPor

Results 7 comments of MaxKingPor

> Can you please write a summary of your issue? ![0DE94107](https://user-images.githubusercontent.com/43533178/178882699-fde3edd7-57d5-4adf-921a-f2a27b07e20b.png)

> @MaxKingPor If this change requires a public interface change I think we ought to defer it for now. Also, I'm still confused about the intent of the change. Is...

> Could you look into generated assembly? And check if the incorrect behavior is reproducible with other Rust versions? It's probably caused by some weird ABI issue... > > We...

* 0.58.1 client 端也会出现 `try to connect to server` 日志一分钟一次 服务端添加 ``` toml [transport] tcpKeepalive = 10 ``` 之后就没出现过(测试阶段没出现过 大概2个小时)

@davidhewitt Probably because the virtual environment is not loaded, I don't use `.venv\Scripts\activate` to enter vscode it's the same error ([AB Experiments with python plugins disabled](https://github.com/microsoft/vscode-python/discussions/25118)). * There is no...

> Can you share some code? I'm not certain what you're referring to. ```Rust #[test] fn test_format() { let format = time::macros::format_description!(version = 2, "[year]-[month]-[optional [[day]]]"); // let mut format...

> Why is this needed? Generally you should be providing as much information as possible when formatting, only inferring when parsing if absolutely necessary. The description [in documentation](https://time-rs.github.io/book/api/format-description.html) matches this:...