Results 52 comments of Emilio Moretti

Is the dll properly installed? Can you check that it's the right architecture? The error is caused by calling the dll functions with the wrong amount of parameters. Maybe the...

Hi, This behavior seems to be related exclusively to the Interception driver. http://www.oblita.com/interception.html Your best bet is to search for documentation in the original C library, or you may want...

Ah I see now. I remembered this was related to the driver, but I didn't remember that I wrote a function to hide this from users. In that case, the...

OK, I got around it by manually defining _BV in the power.h file. So, basically, adding `#define _BV(bit) (1 Pinout > Sanguino**).

Same here. I updated my comment to reflect the fact that I was doing it wrong. I enabled BOD to 2.7 and it works OK too

Thank you. I filed the bug here: https://github.com/rust-lang-nursery/rls/issues/1057

Hi, while RLS does not have 100% compatibility there is an experimental feature that could be used to get the most important features working. Is there a way to use...

Hi, I'm doing a stream about Rust, and got affected by this. minifb is by far mi favorite rust lib, so I'm not complaining, actually, keep it up. I really...

This is working OK. I'm using it on wayland without issues. There is no cursor, obviously, but it no longer closes itself.