Results 82 issues of jvyden

Not sure if this is just a problem with RPCS3, but it's still an issue regardless. The result from the API is the same, yet the news screen shows as...

bug
game:lbp1
priority:low
server:gameserver

Shanzenos reached out to me today concerning the importing of LBP level dumps and exporting of Lighthouse levels. This will be very important for preservation; the primary goal of Project...

enhancement
priority:medium

Seems to request data for this at /LITTLEBIGPLANETPS3_XML/stream in a JSON format.

enhancement
game:lbp2
game:lbp3
priority:high
server:gameserver

Something interesting is happening that I can't seem to find a reason for. On normal desktop Vencord, you have these extra tabs besides just Vencord and Plugins: ![image](https://github.com/maltejur/discord-screenaudio/assets/40577357/25359e96-6a2b-4ca0-8e7b-955ec6f88660) Yet in...

We have two workflows, one for building and one for releasing built artifacts upon a tag release. They're both summoned from one `push` event, and the release job waits for...

#### Area of Cosmos - What area of Cosmos are we dealing with? Cosmos' implementation of `CPUID` #### Expected Behaviour - What do you think that should happen? Cosmos returns...

Bug

I tend to leave Spotify open even when I'm not listening to music, but the MPRIS module stays put. I'd like for there to be an option that only shows...

enhancement
custom
mpd

Using the following code: ``` case '!findportal': try { bot.findBlock({ point: bot.entity.postition, matching: 181, maxDistance: 256, count: 1, }, function(err, blocks) { if (err) { return console.log(err) } if (blocks.length)...

Right now, when comments are made, they are added into an `IList` on `GameUser`s and `GameLevel`s respectively. This is something that is quite easy and nice to do with Realm,...