Stephen Tetreault

Results 26 comments of Stephen Tetreault

Mine seems to build w/o any issue after running `npm run build`. I have my `.dmg` file which installs the app to my mac as expected and it runs w/o...

@Kureev @rh389 I have an issue with what you said which is related to this. Hopefully you might be able to help, thank you for your time! If you don't...

not the op, but just sent you one @sobolevn

this actually works for me in safari in localhost but when i run `npm run generate` its failing to play the audio properly in safari

WebRTC isn't implemented in a complete way outside of iOS safari. Real half-assed move by apple if you ask me. Here's a source on it https://stackoverflow.com/a/49467964. Don't bother using microphone/webcam...

Chiming in here - I have a fairly barebones vimrc file. The only time vim is slow for me, when using my vimrc file, is if i'm ssh'd into a...

thx for the feedback @rjmill appreciate it! for now, disabling the preprocessors in my vimrc file has resulted in a sufficient enough speed up :)

@akira32 @dgaspari Tangentially related, I will be trying out this method for mobile safari. Basically input of type file with capture set to microphone, it opens the microphone app, you...

Nope @dobesv sorry for the lack of follow thru. The client ended up being okay with lack of ios support for the project, thus I got to avoid that workaround.

Just ran into this after a hell of a time resolving the errors caused by RN/xcode 10 not properly installing third party contents from `react-native/third-party`, and then it turns out...