Federico Bruzzone

Results 9 issues of Federico Bruzzone

### Describe the bug I'm trying to install the cpp and markdown parser but I get this compilation error ### To Reproduce I have automatic plugin installation, when I open...

bug

# Plan Items **BNF for an item**: ```ebnf Item ::= "-" "[" Check? "]" "[" TestAnnotations FeatureAnnotations "]" Description Check ::= "x" Description ::= [\d\w\s]+ TestAnnotations ::= [✅❌] FeatureAnnotations ::=...

[Link to the part below](https://user-images.githubusercontent.com/99926684/198157958-86b094d5-96a1-47c8-8f82-bc411b59da68.png) ![image](https://user-images.githubusercontent.com/99926684/198409375-a438a847-1916-42f4-b940-d5a4de3b83c7.png)

To complete API bitwise, I think we need to implement two more funcion: - `clear_bits_msb_to_idx(&self, bit_idx: u8)` // msb: most significant bit - `clear_bits_idx_to_0(&self, bit_idx: u8)`

# Plan Items **BNF for an item**: ```ebnf Item ::= "-" "[" Check? "]" "[" TestAnnotations FeatureAnnotations "]" Description Check ::= "x" Description ::= [\d\w\s]+ TestAnnotations ::= [✅❌] FeatureAnnotations ::=...

I'm going to make a premise, two things: - I am aware that this is a bad practice, but LaTeX compilers do not reject this code. - I am willing...

Please fill in this template: - [x] Use a meaningful title for the pull request. Include the name of the resource added. - [x] Add a short sentence on why...

This PR addresses a critical issue in `evbuffer_drain` where the pointer chain can be `NULL` after the main draining loop. The original code dereferenced chain without checking for `NULL`, leading...