Jason Cochran

Results 12 issues of Jason Cochran

So I have the repo cloned it is running fine as is. Now, if I wanted to customize this for my own needs, where do I put the code? It's...

"electron": "^2.0.3", console errors: ``` [5968:0626/095527.874:ERROR:CONSOLE(4799)] "Cannot find context with specified id", source: chrome-devtools://devtoo undled/inspector.js (4799) [5968:0626/095527.874:ERROR:CONSOLE(7574)] "Extension server error: Inspector protocol error: Cannot find context wi pecified id", source:...

I want to set the max time per session to be 30 minutes. How would I do that?

Unity 2020 socket.io-client-csharp - v3.0.5 ``` using SocketIOClient; ..... var client = new SocketIO(this.API_ENDPOINT, new SocketIOOptions { ExtraHeaders = new Dictionary { {"Authorization", $"bearer {jwe}"}, {"SessionID", sessionId } } });...

Can this library be used with ES6?

What would it take to update this module to unity 2020? Our team needs support for Unity 2020+, URP, metal, etc.

``` source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' EXPO_CPP_HEADER_DIR = 'ExpoKit' target 'otcme' do pod 'ExpoKit', :git => "http://github.com/expo/expo.git", :tag => "ios/2.5.4", :subspecs => [ "Core", "CPP", "GL" ] pod 'React', :path...

Great project! A lot of work went into this. - Why not use the new app directory? - Why not use a tailwind ui library like Chakra? The problem with...

my safari version is 13.0.3 (14608.3.10.10.1) https://caniuse.com/#feat=mediarecorder - supposedly MediaRecorder is supported ` ReferenceError: Can't find variable: MediaRecorder initMediaRecorder initMediaRecorder handleSuccess promiseReactionJob ` ``` const VIDEO = { video: {...

![image0](https://user-images.githubusercontent.com/10903600/102672498-89cf7700-4156-11eb-9275-33cda6629569.png) **metro-config.js** ```javascript const { getDefaultConfig } = require('metro-config'); module.exports = (async () => { const { resolver: { sourceExts, assetExts }, } = await getDefaultConfig(); return { transformer: {...