Michael Mestnik

Results 128 comments of Michael Mestnik

Looking at this I can't believe this does not panic when reading half of an unicode char?

https://github.com/cheako/rexpect/tree/binary

Much more testing is needed, but thanks for doing what you can to maintain this.

https://github.com/cheako/rexpect/tree/async

There is another layer, this Lenovo tablet has 0x4000 ro filesystem flag. I think it's for shared_blocks. I'll keep working on it, but I need a hand. Edit: the filesystem...

I haven't looked into this, but just a plain reading and I see. The first line captures 51 chars and the second line only captures 1. For the pattern to...

> @pke > > You have an off-by-one error. Your test pattern matches 51 characters in the subgroup, not 50: https://regex101.com/r/A12aQJ/1 https://jdoodle.com/ia/Ktj I did test this, I got `.{2}?.` is...

I don't get how that test is accurate, you are not printing the capture group. I'm unsure where grep(is that a GNU extension?) gets its PCRE *implementation so for those...

The error I get is: `(Kernel 4.16 or newer is required for i915 PMU support.)` different thing, still the error is wrong.

Yeah, after I opened this I saw that I was looking at test cases and not examples. I think cxx2rust and rust2cxx names are backwards in some cases, should the...