Kristof Mattei

Results 16 issues of Kristof Mattei

Hi, I'm updating some codebase and noticed the changes wrt `allocator-api2`. https://github.com/rust-lang/hashbrown/pull/417 I want to lead with the fact that I am not an advanced Rust developer, so my question...

I use `http-body` to parse the body of an endless `Transfer-Encoding: Chunked` stream. ```rust let frame = response.frame().await.expect("Stream ended").expect("Failed to read frame"); let Ok(data) = frame.into_data() else { // frame...

## :recycle: Current situation When using HomeBridge with Docker's `bridge` network mode the wrong address is advertised outside of Docker. Many people (including me) don't like to use the `host`...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Create & **commit** the following workflow: ```yaml # yaml-language-server:...

bug

As title says, this PR allow you to set `successComment` to `false` and still get the labels. I recommend a review with whitespace [changes hidden](https://github.com/semantic-release/github/pull/861/files?diff=split&w=1) to reduce noise due to...

**rust-analyzer version**: rust-analyzer version: 0.3.2011-standalone [/home/kristof/.vscode-server/extensions/rust-lang.rust-analyzer-0.3.2011-linux-x64/server/rust-analyzer] **rustc version**: rustc 1.79.0 (129f3b996 2024-06-10) **editor or extension**: VSCode v1.90.2 (user setup) / Rust Analyzer extension: v0.3.2011 **relevant settings**: ` "rust-analyzer.inlayHints.implicitDrops.enable": true,` **repository...

C-bug
A-inlay-hints