Skip to content

Instantly share code, notes, and snippets.

View Revadike's full-sized avatar
🌐
Coding

Revadike Revadike

🌐
Coding
View GitHub Profile
@Revadike
Revadike / issues.md
Last active June 17, 2026 20:25
List of Bugs missing from Known Issues (WIP)

It's sad to see Destiny 2 reach the end of its journey. The final content update has already arrived, but Bungie is still releasing smaller maintenance patches, and as the list below shows, there is still plenty of work to be done. More than anything, I want the game to be left in a healthy, polished state, and here's hoping the important issues can be fixed before support comes to an end for good. If anything, this can serve as a record of the state of the game at the end of its life.

Furthermore, I'd like to thank Bungie for addressing many of the issues from last time! It's genuinely appreciated, and it's great to see these reports leading to fixes!

That said, some issues still haven't been addressed, and new ones have emerged or been discovered. This is an updated, and likely fin

import {readFileSync} from "fs";
const ObjectType = {
Map: 0,
String: 1,
Int32: 2
};
class Reader {
constructor(content) {
@Terbau
Terbau / AccountMutation.graphql
Created February 29, 2020 18:15
Epic GraphQL Requests
mutation AccountMutation($twoFactorRequest: TwoFactorRequest!, $type: [String]!) {
Account {
# update two factor authentication
updateTwoFactorAuthentication(twoFactorRequest: $twoFactorRequest) { #Type: AccountMutationStatus
success #Type: Boolean
}
# Remove authentication method
removeThirdPartyLink(type: $type) { #Type: AccountMutationStatus
success #Type: Boolean
}
2003-09-01 430,159
2003-10-01 164,740
2003-11-01 115,910
2003-12-01 125,061
2004-01-01 105,668
2004-02-01 85,764
2004-03-01 118,380
2004-04-01 126,378
2004-05-01 99,905
2004-06-01 84,291
@Jimbly
Jimbly / index.js
Last active December 9, 2025 19:36
Steam CD Key Batch query
/* jshint esversion: 6*/
const assert = require('assert');
const async = require('async');
const fs = require('fs');
let request = require('request');
const FileCookieStore = require('tough-cookie-filestore');
if (!fs.existsSync('cookies.json')) { fs.writeFileSync('cookies.json', '{}'); }
let j = request.jar(new FileCookieStore('cookies.json'));
request = request.defaults({ jar : j });

Steam Web

A collection of variables, functions and endpoints the Steam website uses

Variables

g_sessionID Your Steam session ID

g_steamID Your Steam ID

Store
-accesscode -
-batterytestmode - rapidly cycle battery percentages for testing
-bigpicture - Start in Steam Big Picture mode
-browser-offline -
-cafeapplaunch - Launch apps in a cyber cafe context
-candidates - Show libjingle candidates for local connection as they are processed
-ccsyntax - Spew details about the localized strings we load
-cef-allow-browser-underlay - Allow webhelper to create BrowserView underlays
-cef-delaypageload - Enable early-out for known page loads
-cef-disable-breakpad - disables breakpad in crash dumps