Leandre

Results 4 issues of Leandre

fixed with a `PIPE_DUP` flag #314 `fclose` close the associated `fd` when called. In order to avoid an invalid `read/free` afterwards, when calling `pipe_in` with the same `fd`, the argument...

With the following example: ```c Test(foo, bar, .init = cr_reditect_stdout) { cr_assert_stdout_eq_str(""); } ``` `Assertion failed: The file contents of stdout does not match the string "".`

Add the onChangeEnd and onChangeStart fields in the Slider at `slider_field_bloc_builder.dart:128` It's a feature we have for text and stuff, but not for sliders and it would be super useful....