Chen Shuaimin

Results 6 issues of Chen Shuaimin

I'm porting some C code using XCB to gdk: ```c xcb_change_property(c, XCB_PROP_MODE_REPLACE, win, XCB_ATOM_WM_TRANSIENT_FOR, XCB_ATOM_WINDOW, 32, 1, &parent); ``` You see the `format` argument is `32` and `data_len` is `1`,...

enhancement
gdk

给 `lean env` 和 `lean up` 添加 `LEANCLOUD_APP_GROUP` 环境变量。

Hello, I'm trying to communicate with fish in another process, but found it doesn't work. Following code will output nothing until you press Enter: ```bash python -c 'print("ls", flush=True); input()'...

enhancement

```rust #[derive(TypedBuilder)] struct Foo { #[builder(default = 12)] x: T, } ``` ``` error[E0308]: mismatched types --> tests/tests.rs:60:29 | 59 | struct Foo { | - this type parameter 60...

Enable TCP keepalive socket option when requesting to storage. Fix "ConnectionResetError: [Errno 104] Connection reset by peer" ticket #41769 https://github.com/psf/requests/issues/4664 https://codearcana.com/posts/2015/08/28/tcp-keepalive-is-a-lie.html https://blog.cloudflare.com/when-tcp-sockets-refuse-to-die

### Problem If a treesitter node range's `end_col` is `0`, `vim.treesitter.get_node_text()` will not return the trailing new line char for buffer source. ### Steps to reproduce test.lua: ```lua local ts...

bug
complexity:low
treesitter