Haoxuan

Results 13 comments of Haoxuan

利用`mdbook-epub`插件构建了Epub版的Rust-course,移除了分隔符及没有内容的todo章节(有的todo内容内引用图片非本地素材无法正常输出)。 希望维护人员能够引入`mdbook-epub`,这样可以发布Epub版方便离线学习。 附Epub文件下载: https://wws.lanzout.com/idJvz08cqepg 密码:2nj3 附Build Epub所使用的Patch: ```patch From 3c224c9068af37274cf8760c0d024a613d82a86c Mon Sep 17 00:00:00 2001 From: Shiroko Date: Mon, 25 Jul 2022 00:58:43 +0800 Subject: [PATCH] epub build patch ---...

If a string contains text that can be decoded by gb18030 and text can't, Will this simple manipulation break the other text which cannot be decoded by gb18030?

My method is using command line tool `lp` Which is not requiring pycups package, but some how the print quene will affect some print job such as barcode. I will...

Off of topic, if your printer understands escpos, you can try using [klirichek/zj-68](https://github.com/klirichek/zj-58) as a filter. My nameless tm printer can use this properly.

Kong matches the URL and proxies it with the normalized URL which always merges slashes. This is expected for not respecting this nginx directive. Currently, there is no option to...

I'd like to suggest passing base64 as a part of the URL should be done with URL encoding. According to [RFC2396](https://datatracker.ietf.org/doc/html/rfc2396#section-2.2), slash is a reserved character and must be escaped....

Ok, I thought escaping to `%2F%2F` should work and sending `%2F%2F` to upstream, but seems like it didn't. One mitigation is passing base64 by body or parameter after `?`. Feel...

I'll reopen this for you. Overall, Kong is not a transparent proxy and will always normalize the URI according to the [documentation](https://docs.konghq.com/gateway/latest/how-kong-works/routing-traffic/#normalization-behavior). But the doc didn't clarify that how percent-encoded...

There is a way to eliminate the `clone()` of `Predicate` inside `Lir` when converting from `Expression`. Perhaps we can get rid of it too on `Cir`? `Predicate` is relatively large,...

It's a great idea to introduce linters for EditorConfig. But I think it's ok to commit file with corrected newline.