DCjanus

Results 14 issues of DCjanus

From [this function](https://github.com/mattsse/chromiumoxide/blob/801d22b7467155eff885506610dc30bbd44be42e/src/browser.rs#L249-L275), we took and drop stderr reader, which in my test, not a good idea. In my simple test, parent process drop reader from child stdout, and child...

Hi, I was trying to impl a HTML-to-PNG service on this crate, and with your great work, the service is almost done, but unfortunately, before service to be used in...

For now, [OpenTelemetryMetrics](https://docs.rs/poem/1.3.35/poem/middleware/struct.OpenTelemetryMetrics.html) record request uri as metric label, which may cause serious problem, like OOM, in those case 1. random path scan 2. param in paths, like `/users/:id` Which...

enhancement

We've able to execute cdp command in `thirtyfour`, but I've not found a way to listen CDP event. Sometimes, I hope to use [`fetch.enable`](https://chromedevtools.github.io/devtools-protocol/tot/Fetch/#method-enable) to catch all network request in...

help wanted

There are some project put `rust-toolchain` file in root directory, for example: `nightly-2019-05-22`. With those project, no matter which tag I choose, I have to `info: syncing channel updates for...

目前镜像仍然处于测试阶段,可能出现各类变化,建议订阅当前issue以便于及时接收信息。

当前日志直接输出到stdout,仅用于debug~和看着好看~ 期望之后可以使用sentry之类的服务监控error和warn的日志,并可以对access log做统计,理想状况下可以自动的定时更新无敏感信息的日志到github方便大家自己做分析。

期望可以在每次master分支commit时检测是否拥有tag,如果有tag就自动触发流程,完成Docker镜像的构建并发布到docker hub。 可以用[clux/muslrust:stable](https://hub.docker.com/r/clux/muslrust/)作为构建镜像,用alpine作为运行镜像(多阶段构建),详情可参考: https://github.com/DCjanus/nabu/blob/master/Dockerfile

[这个页面](https://rust.cc/article/77637b15-3941-4847-93c3-2f629447dc85?parent_url=https%3A%2F%2Frust.cc%2F)点击作者链接,预期跳转到作者[个人页面](https://rust.cc/blog/aeb839af-2867-4b15-8f7c-c24f2feba51c),但实际上显示“rendering error”