-
Add the `poll_read_buf` method to `AsyncRead` based on the API proposed by https://github.com/rust-lang/rfcs/pull/2930 (tracking issue: rust-lang/rust#78485).
```rust
pub trait AsyncRead {
fn…
-
### Zig Version
0.14.0-dev.1860+2e2927735
### Steps to Reproduce and Observed Behavior
I am not sure what to call this specific issue.
This is from the php-src repository:
**php-src/Zend/zend_…
-
### Problem
```cpp
#0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
#1 0x00007ff667f5315f in __pthread_kill_internal (signo=6…
-
```
{
"vsId": 0,
"algorithm": "KAS-KDF",
"mode": "OneStep",
"revision": "Sp800-56Cr1",
"isSample": true,
"testGroups": [
{
"tgId": 1,
"testType": "AFT",
"t…
-
Hi, first many thanks for sharing this project. it is the only one I succeed to make working., as I'm trying to build a kind of baby monitor and I get many difficulties to make inmp441 working. I'm tr…
-
## Summary
For formatting proto files, we currently use `clang-format`. Afaik, this was inherited from the sdk with #2672. Alternatively, we could consider using `buf` which is already used in the …
-
### Problem
I want a cool transparent terminal in neovide, so I set winblend=100 in neovim. The cursor in the terminal is not longer visible.
~~I'm using floaterm as the floating terminal. Repor…
-
```
jerry_char_t *
jerry_port_path_normalize (const jerry_char_t *path_p, /**< input path */
jerry_size_t path_size) /**< size of the path */
{
(void) path_size;
…
-
Since this is now a multi-contributor project I think moving to a standard code format style would be nice. living in fear of accidentally running `lsp.buf.format` is not fun. would a PR to add standa…
-
When encoding a multi-document file, the `headComment` and `footComment` are not associated properly with the document root.
Example code:
```golang
package main
import (
"bytes"
"io"
…