Brandon Mathis

Results 7 comments of Brandon Mathis

I am currently dealing with an issue where you can hear a white-noise from audio tracks even when they are muted. I can reproduce this problem quite easily on the...

Would like to bump this thread to get a better understanding of where support for video processors in the twilio-video SDK is currently at. My case is pretty simple. I...

For onAfterChange, perhaps it is related to this event being fired on `ontouchend` or `onmouseup` is triggered? Seems that `onAfterChange` happens durring the `onEnd` event [which is fired `onBlur`](https://github.com/react-component/slider/blob/master/src/common/createSlider.jsx#L149). I...

I agree with @Cordazar. Overriding styles with CSS would not be ideal because my changes would impact every instance of the datepicker in my application. Would be nice if we...

Try this command to find the locations of ncurses `sudo find / -name 'libncurses*'`

looks like you have versions for both 32 and 64 bit installed (hence the x86_64 and i386) you will need to determine what kind of machine (64 or 32 bit)...

I'm having a hard time using hooks to trigger builds as well. I've setup everything just as @trinitronx image shows but I am getting only 302 requests back from jenkins....