Results 29 issues of Zac Dean

Just wanted to ask a few questions about this cool library. Is there a volume control methods? Do you have a reference page with full documentation/reference for all the methods?

enhancement

full traceback here: https://gist.github.com/zakdances/d4a8890b2b0eafe1fc84

I'm trying to record screen of the video with options set to 0 (no audio or camera recording, just the screen). I'm only getting 10 FPS....why is this? Am I...

I'm getting a ton of iOS6 depreciation warnings in XCode. Here is a screenshot of the compiler output: http://imgur.com/Ekjbi

I'm just curious as to the status of this project. It hasn't been updated in 7+ months, there's tons of compiler warnings concerning depreciated functions, and a large queue of...

Giving the floating button on `MDCBottomAppBarView` a negative offset will cause the right side of the bar to droop, almost like it's melting. Look at image attachment. ## Reproduction steps...

[BottomAppBar]

**Is your feature request related to a problem? Please describe.** Using `ng add @angular-mdc/web` give me this error: `The package that you are trying to add does not support schematics....

AutozeroingArray hasn't been updated in 2 years. I was wondering if there's plans to update it a bit?

I've been constructing my own signal to pass a `CGSize` through AVFoundation's very useful [AVMakeRectWithAspectRatioInsideRect](http://developer.apple.com/library/ios/#Documentation/AVFoundation/Reference/AVFoundation_Functions/Reference/reference.html) function. Example: ``` self.videoScaledSizeSignal = [[RACSignal combineLatest:@[ [RACAbleWithStart(self,player.currentItem.tracks) distinctUntilChanged] , [RACAbleWithStart(self.maxSize) distinctUntilChanged]] reduce:^(NSArray *array,NSValue *maxSize){...

enhancement

[Global](https://github.com/zurb/foundation-apps/blob/master/scss/_global.scss) contains these two lines: ``` // $base-line-height is 24px while $base-font-size is 16px $base-line-height: 1.5 !default; ``` and also the following body declaration: // Default body styles body {...