-
![image](https://github.com/user-attachments/assets/e4bcec0e-0117-4960-820d-8bf191d5aa33)
不是从 buf 中 '读取' 32 字节, 应该是仅把数据 '读入' buf 的前 32 个字节
-
```
$ v .
ved.v:871:49: error: `utf32_to_str_no_malloc` parameter `buf` is not `mut`, `mut` is not needed`
869 | }
870 | mut buf := [5]u8{}
871 | s := unsafe { utf32_to_str_no_m…
-
# Context
I use local plugin from [last](https://github.com/meshapi/grpc-api-gateway/releases/tag/v0.0.11) release and `buf.gen.yaml` my config is:
```yaml
inputs:
- directory: .
paths:
- …
-
I believe there is an issue in src/codec/rtu/mod.rs in fn request_pdu_len.
You may want to check the Modbus application protocol spec, sections 6.11 and 6.12, to make sure.
IMHO, the function should…
-
The 15 character limit is an archaic limitation of Linux/Android, and not macOS/iOS. So the name here doesn't need truncated in TaskSystem.cpp
```
#elif (defined _GNU_SOURCE || defined __clang__…
-
Hello,
Groupby + applyinPandas results in following error. We need some parameter to tune buffer size.
```java
Caused by: java.lang.IndexOutOfBoundsException: index: 0, length: 1073741…
-
I tried this code:
```rust
#[tokio::main]
async fn main() {
test_buf().await;
test_buf().await;
test_buf().await;
// ... Execute n times, do not use for loop
}
async fn test_buf(){
…
-
To see this for yourself,
0. Compile and run the following Mongoose HTTP server:
```C
// Copyright (c) 2020 Cesanta Software Limited
// All rights reserved
// Heavily modified by Ben Kallus.
…
-
Sometimes it works well, but other times it frequently throws errors. Even within the same buffer, it’s available on some lines but unavailable on others.
The following is the output of the message…
-
Would it make sense to implement read_buf() and write_buf() FUSE operations in order to avoid copying data back and forth between user land and kernel memory?