Ben Lawson

Results 19 comments of Ben Lawson
trafficstars

I was getting this same error, and I traced it back to the ``` + (UIImage*)caLayerToUIImage:(CALayer*)layer ``` method in NUIGraphics.m Apparently my UISegmentedControl had a frame with dimensions (0,0) that...

> we should consider not ever returning an offer when we're at capacity If all of the peers in a swarm are at capacity, and a new peer joins, what...

This is still an issue on MacOS 10.14.5, Quodlibet 4.3.0 (just released). 401 album covers and scrolling has about a 3 second latency. Quodlibet uses 100% CPU while scrolling (and...

I think copying the iTunes mini player's progress bar design would look good: ![screenshot_194](https://user-images.githubusercontent.com/3166039/37806433-334003ce-2dfd-11e8-81fb-07b53bc6556e.png)

I have a lot of experience with Xcode, it won't be a problem. Okay, I downloaded the latest release of JCEF, but it looks like I need to build the...

Haha, after 5 hours the build of CEF failed. I will instead use JCEF from commit 153ef9e, with CEF 3.2357.1276.gd4b589c because it is already built. I just built it successfully,...

Oh well, it was worth a try. I'll keep trying with the same commit for now then. I have made the same changes to the natives as you and built...

Okay, so we might have to take a different approach to adding the Mac JCEF to MCEF. Here's a stackoverflow answer that explains using JCEF on a Mac: http://stackoverflow.com/questions/26991843/how-can-i-create-java-project-using-java-chromium-embedded-framework-in-mac-os-x Here's...

Awesome! Glad to have you back! Yes, I believe they are just libraries. ".framework" is just a special folder. "libcef.dylib" does not exist. ![screenshot_195](https://cloud.githubusercontent.com/assets/3166039/9342006/58f717b8-45ae-11e5-8254-3cb3c6b3ceef.jpg) Each .lproj directory has a locale.pak...

Also, I tried out MCEF on Forge and I noticed that it incorrectly initializes as MCEF 0.6, so it gets files from the 0.6 directory on the web server. Also,...