Chris Rollins

Results 5 issues of Chris Rollins

This adds the convenience of being able to see dropdown options without having to type first as long as the input meets the minChars requirement. It allows it perform a...

I am programmatically stopping the recording of the RecordRTC Chrome extension in Vue with the following code: ``` this.recorder.stopRecording((blob) => { console.log('sending'); let formData = new FormData(); formData.append('blob', blob); axios.post('save-video',...

I'm trying to exclude the composer `vendor` directory from my project's backups. The problem is my project has multiple `vendor` directories. To exclude _only_ the composer vendor directory I need...

Thanks adasq for your comment in the previous issue I opened. Based on that I created a simple node module to try to connect to my YouTube channel but I'm...

Attempting to log in directly from the IDP fails due to the code searching for a cookie that is set by the SP before redirecting to the IDP. In IDP...