Eric Cholis

Results 7 comments of Eric Cholis
trafficstars

Changing PHP and NGINX to blitznote/debase:16.04 in the Dockerfile go me much further. Still had some issues with blackfire and curl

@daschl Agreed, it would appear that their is a collision between configurations if you specify more than one with the same name. For the time being, I'm using the Session...

I noticed this as well. I've piped the images to a new folder, but the temporary files in `.gulp` are still present.

I'm noticing this issue too. This makes the buttons unusable as well. In regards to the patch that khandieyea created, I'm not sure that it correctly addresses the issue. Under...

I'm kind of live-commenting while I debug this. Looks like the culprit comes down to the way 1.4 sets visibility when opacity is set. In 1.4, the following function is...

I'm pretty sure I have a working (temporary) fix for this issue: https://github.com/ericcholis/LightFace/commit/902b741309f78f3353080fa10607d4a9b2b703fb In addition to khandieyea's changes, I added similar functionality to this.box and this.overlay to ensure that the...

Small update to the above commit: https://github.com/ericcholis/LightFace/commit/318a804851abe9bd68c43dd0d07b02edf78da0dc this.overlay needs to have visibility when used with things like LightFace.Request, to show the loading animation.