jvyden
jvyden
happens in crafting mode ofc
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...
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...
Seems to request data for this at /LITTLEBIGPLANETPS3_XML/stream in a JSON format.
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:  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...
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...
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,...