-
We need more tests and benchmarks. They will help us debug and improve the code quality.
This issue is for newcomers of this project. If you would like to contribute, but don't know which work you …
-
Recently I got strange behavior on my app, it can stuck with 100% cpu usage forever, and only restart of proccess can fix that.
After some investigations, I found that it happens here:
```rust
pu…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
This is the current structure:
```
git ls-files examples
examples/README.md
examples/assemblys…
-
I don't actually know how to report this. But my app uses lapin and mqtt-proxy crates which are run on tokio runtimes. After integrating with tokio-console I see multiple (thousands in couple of minut…
-
### Problem:
The syscall to `sendmmsg` in `s2n-quic-platform/src/syscall/mmsg.rs` uses the `msghdr.msg_control` to set socket options for each call to `sendmmsg`. It seems that at least one of thes…
-
**Problem**
I was trying to update tokio-threadpool in Firefox, and had a hard time with it, especially because `cargo update` would say absolutely nothing.
**Reduced Steps**
1. `cargo new …
-
Tokio, and other async runtimes, tend to have nice macros to use async functions as a main function or as a test. Async functions annotated with `#[tokio::main]` and `#[tokio::test]` can be used norma…
-
### What version?
0.41.3
### Which command?
proto use
### What happened?
I installed `proto` on a recently re-installed machine. Git is not yet installed.
`proto use` crashes with a …
-
# Lines of code
https://github.com/code-423n4/2024-03-phala-network/blob/a01ffbe992560d8d0f17deadfb9b9a2bed38377e/phala-blockchain/crates/pink/chain-extension/src/lib.rs#L56
# Vulnerability details…
-
### 问题描述 / Describe the bug
在之前的版本都是可以直接使用的,直接由clash-verge 拉起Clash-Meta
更新1.7.0之后,在非systemd的Linux上,无法正确启动clash-meta 核心
希望把旧版的授权机制和拉起方式保留下来作为一个fallback
### 复现步骤 / To Reproduce
直接运行就可以看出来
### 操作系统…