Lyle Mantooth
Lyle Mantooth
Because Rust treats isize and i32 as different types even when they are the same size, aliasing `SetWindowLongPtrW` to `SetWindowLongW` doesn't work without a cast. So, let's do the cast...
Fixes #20, I hope.
I'm using linusnorton/grunt-parallel-behat to run up to 5 Behat tests at once, which is great for cutting down the amount of time my tests run. But once I wrote a...
Fixes #73. Uses function signature documented in [erts](https://www.erlang.org/doc/apps/erts/erl_nif.html). I have no idea why this worked in most circumstances.
I had run into this error before, but ended up not worrying about it because I was using Nix to provide libsodium. Since my colleague is using Homebrew, and it...