Brandon Tuttle

Results 6 comments of Brandon Tuttle

Hey guys. New here. Been following this issue thread. I have used a charles proxy to capture the request(s) made when the app registers for the first time. It seems...

Here is the code I have that allows me to pull messages. It seems as though YikYak doesn't authenticate for getMessage. It works for now: http://pastebin.com/Bjzph6BQ Also, I have never...

That subreddit looks like it is on the right track. My reddit username is tutman96. If you could add me, that would be great! I am behind a school's IP...

Had to add the following resolution to the package.json to get it to work now: ```json "resolutions": { "react-spring": "9.0.0-beta.34", "@react-spring/core": "9.0.0-beta.33", "@react-spring/native": "9.0.0-beta.33", "@react-spring/web": "9.0.0-beta.34", "@react-spring/addons": "9.0.0-beta.33", "@react-spring/konva": "9.0.0-beta.33",...

Until this problem is fixed, I have just changed the entrypoint for the exec login from instead of being a `kubectl` binary, it uses the krew plugin directly. Posting it...

I’m working with Farcry to get a setup using sway and webrtc to do video+audio and gamepad. We’re going to be using WebRTC DataChannels for input. DataChannels are pretty neat...