Brian Hoem

Results 14 comments of Brian Hoem

Awesome, thank you! Maybe add a link to that to the readme for reference material?

Is this repo no longer being updated?

After a bit of digging, it looks like `tabStates[tab.id].state.isPlaying` at https://github.com/berrberr/streamkeys/blob/master/code/js/background.js#L91 always returns true for youtube videos. Digging DEEPER it's because of https://github.com/berrberr/streamkeys/blob/master/code/js/controllers/YoutubeController.js#L14 as `area-label` never changes when you play/pause...

I just came across one multi image tweet that pxtwitter cut off the side of one of the images in telegram https://pxtwitter.com/yardleyart/status/1494236450979782660?s=20&t=1hjnTr3AyAQYcvjDEyq4yQ posting this here as it is somewhat related....

Surprised nobody has suggested this, but: - [ ] Implement the PSN Trophies. https://psnprofiles.com/trophies/6498-jak-and-daxter-the-precursor-legacy - [ ] Implement a screen to view list of Trophies and which ones have been...

> Quit to desktop option from ingame menu, not just main menu Definitely this, since the ND opening cutscene is unskippable.

a workaround I've found is to close all windows except the options page (if you can get it to load) and load the previous valid session, which will load the...

I changed your extensions settings to use c++14, but I'm still getting that fake error about coreminimal. Want me to upload my settings and/or logs that might give a clue?

https://pastebin.com/SQV7sMh6 here you go. Yeah I can build without errors, both regular and Editor build tasks, and I can compile in the editor just fine, which is why I'm thinking...

So I tried the changes to buildconfiguration, and I don't think that actually changed anything. My c_cpp_properties still says `"intelliSenseMode": "msvc-x64",` BUT I don't consistently get the `'CoreMinimal.h' file not...