DCjanus

Results 47 comments of DCjanus

目前Tide没有提供获取client IP的API,虽然可以用caddy的日志做这个事,但还是有些奇怪,期望找到更好的办法处理这件事。 Blocked by https://github.com/rustasync/tide/issues/269

sentry必须要接受到error级别的时才发送信息,看起来不适合作为支持日志分析的平台。但整合一套ELK之类的重型方案又确实不适合这个项目的需求,待进一步考察。

Is there any plan for this issue? To be honest, without `impl StdError for http_types::Error`, there are too many bother code in my project, since I'm using `anyhow`. ```Rust global()...

Actual I think this is fun enough to support partial read for git repo, with this feature, we're able to read some files from git repo without clone all, and...

> Seems rust-lang's git2 doesn't support this yet? Yes, which means we have to impl the protocol by ourself. that's why I post the tech doc link

After a long time, I think I should explain why the implementation of this feature is difficult. In the Git V2 protocol, if we try to implement the list or...

For some enterprises with strict network isolation, it may be difficult to directly download a binary from GitHub. However, it is relatively easy to copy a binary from another public...

If you are only publishing the image to ghcr.io, you don't need to take any action except approval the workflow and merging this PR. I prefer to implement the TODOs...

> I've also received good feedback for a docker image for cargo-machete on the fediverse For people who want to gain more idea about this, I'd like to put the...

It seems that Tailscale does not appear to expose the interface of the current configuration. Is there any good way to solve this problem?