sunmy2019

Results 5 issues of sunmy2019

When formatting a dict with a very long value, such as a list. The following case is expected. ```python { 1: 1, 2: 2, 3: 3, 4: [1, 2, 3,...

`\thu@acknowledgements@name` 现在是 `致\quad 谢`. 编译时会有提示 Token not allowed in a PDF string (Unicode): (hyperref) \hskip 24.09pt (hyperref) replaced by space 是否考虑利用 texorpdfstring 之类的方式修改

enhancement

PKCS#12 format required by `openssl 1.1.1` and `openssl 3.0` (`PKCS12_parse`) is different. https://github.com/openssl/openssl/issues/6698 --- Format 1: `openssl 1.1` required: CN = Leaf CN = Root CN = CA #2 CN...

bug

**Feature Proposed** I want to improve the quality of error messages and reduce the use of panic. 1. convert `unwrap()` to return `anyhow::Error` with informative contexts. 2. convert `unwrap()` to...

enhancement

### Describe the feature Currently, 22 over 144 `logger.debug` calls use f-strings. This can cause some unnecessary runtime costs. https://docs.astral.sh/ruff/rules/logging-f-string/ I want to convert these to lazily formatted. I can...

feature-request
p2
logging