Corey Johnson

Results 3 issues of Corey Johnson

Hello, I thought I'd try to build the project on Mac, and I got through the dependencies and all that, however when trying to run `cargo build --release` I can't...

When I try to use the placeholder function in glide it can't find the class... Example: ``` Glide .With(Context) .Load(http://static.boredpanda.com/blog/wp-content/uploads/2014/12/owl-photography-2__880.jpg) .Placeholder(Resource.Drawable.image_ph) .Into(MyImageView); ``` This was working fine in v 3.8.0,...

When trying to initialize `glfw`; I get a warning saying "Cannot move" for `glfw::FAIL_ON_ERRORS`. The code compiles and runs; but I was curious if there's a way to get rid...