Jonathan

Results 54 comments of Jonathan

@velaar what model do you have? When I run the discover script mine comes back as unsupported. ``` user@pop-os:~$ midea-discover --debug INFO:msmart.cli:Debug mode active INFO:msmart.cli:msmart version: 0.1.24 INFO:msmart.cli:Sending Device Scan...

I'm also seeing this issue with libgdx 1.10.0

@Frosty-J @crykn that was very close to what my problem was. The `android:copyAndroidNatives` was copying the libgdx.so fine, but it was not copying the accompanying natives-x86.jar. Any way to make...

@mumpitzstuff can you submit a pr for this? I don't understand the dependency on moviepy.

Was able to get it working with the following code. ```rust let mut window = Window::new("Raqote", BS_WIDTH as usize, BS_HEIGHT as usize, WindowOptions { transparency: false, borderless: true, scale_mode: ScaleMode::Center,...

@emoon I'll try to make a PR for it. While I'm at it, do you have any objections to me replacing the `winapi` crate with the microsoft official `windows-sys` crate?

@ToxicMushroom can you make a PR for this? Your jitpack build on your repo is broken and theres no way to use your changes.

Will this get merged?

@freeplant was there a specific reason for removing it? I really like that feature. I had a bunch of problems with it until I removed the moviepy dependency and relied...

The longest string literal for my background.png image is 1,585,218 characters.