IzawGithub

Results 7 comments of IzawGithub

Hello @SteveLauC, I think this PR is pretty good now. I've added some basic test, with around 30% coverage of the new function. What's missing is testing `shmdt`, which I...

Hello, Thanks for the comprehensive review! Those are all fair issue, I'll work on them this week. For your last question about wrapping all the functions, this is certainly doable,...

Hello @SteveLauC, sorry for not answering sooner, I was pretty sick. I have refactored the shared memory segment portion of this PR, to fit more with Rust style of doing...

Hello, all of the issue listed above should be fixed, expect for the `c_void` where I don't really know how to go forward with. Nice catch on the UB! To...

Hello, this is harder than I though! For your example, after a bit of debugging, I think that pointing to 0x0 is because we're trying to store a type that's...

Hello, thanks for the quick response! I'll document what are some of the css class that need better contrast, and I'll try to make a pull request with some more...

Hello. Regarding color blindness, a possible solution would be the introduction of an `--high-contrast` mode to genhtml, that would turn all color to only shades of gray. This has the...