Jake Kerr

Results 8 comments of Jake Kerr

Just FYI here's a similar problem being solved in the glfw project that might provide some hints / inspiration: glfw/glfw#658

Another bit of information: This issue wasn't noticeable when using the MacBook (2017) track pad. Using a gaming mouse on the same machine, with high tracking speed, makes the problem...

> you can create an effect that sends the frames (or information about the frames, like the average amplitude) to an effect handle. I made a demo that does exactly...

Just a quick test report: I just tried syncing to the `feature/linuxkms` branch. I was able to build this for [reTerminal](https://www.seeedstudio.com/ReTerminal-with-CM4-p-4904.html) (an Rpi CM4 development board) by building a cross...

+1 Without this the program always fails with: ``` usbmuxd_connect: Connect failed, Error code=3 idevice_connect failed! ``` This patch fixes it for me.

Nice work @cybergeek94! :+1:

I tried the Box solution and continued see crashing as you mentioned. Rc seems to work for me though: ``` rust use std::rc::Rc; //... pub struct Library { raw: ffi::FT_Library,...

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.