Butch Ewing
Butch Ewing
[This](https://angular-file-upload.appspot.com/) looks interesting.
Coo thanks! On Apr 13, 2012, at 3:53 PM, Mike [email protected] wrote: > Try again. Looks like I had used the **SSH** address rather than the **Git Read-Only** address. >...
I ended up hacking it. I changed the thumbnail function in mediaembed/classes/OEmbed/OEmbed.php to: ``` public function thumbnail() { $thumbnail = ''; if ($this->oembed) { $thumbnail = 'http://img.youtube.com/vi/'.$this->id().'/maxresdefault.jpg'; //$thumbnail = $this->oembed->get('thumbnail_url',...
v0.9.94 corrected the issue for me.
I thought it was related to #15 because it appeared at the same time after updating to Quart=**0.19.3** and quart-session=**2.0.0** prior to the release of quart-session=**2.0.1**. **Error not raised** Quart=**0.18.4**...
I got this to work by adding the path to the bower_components: ``` @import '../bower_components/foundation-sites/scss/util/util'; ```