Max Blachman

Results 52 comments of Max Blachman

> You would still need to call sem_init before you start using the semaphore. This is just to allow declaring a static variable of the appropriate type. I did this...

>The idea of storing the *mut sem_t in a separate static mut is one I had not thought of - that would also work, and would eliminate the need for...

I think this should be closed in favor of https://github.com/rust-lang/rust/issues/62061

It seems like #1953 added dl_iterate_phdir to all the `BSD`s. Haiku doesn't have it despite using ELF and neither does illumos. newlib still needs it - [x] Freebsd - [x]...

How does this interact with ptrace debugging? Specifically can you still use e.g. gdb with a program run with tardis (since it will now be ptracing itself)?

That example is helpful. To incorporate something like it into the library, I think a few more gaps would need to be closed, like force feedback, but it worked well...

Before I talk about the api, I want to agree on the intended behavior. What should happen if a user registers ctrl + c as a global shortcut using rdev's...

Also I have a prototype working under Linux/X11 that uses XCB instead of xlib (XCB is better in C and it's rust bindings are much better; side note I'm thinking...

> unstable_grab was good enough, so that I could use it where needed Yeah, that works too - you can always come back and add the feature to Linux. I...

> how do you send them back I'm still working on it, but the api I use to grab them gives modifiers as normal key presses. So I just use...