-
The integer system works, and is common enough that it doesn't necessarily need to be changed.
But I think a case could be made for matching and working more directly with Bungie's membership type …
-
I'd like to sift through specific recently-completed activities. Whether that be sorted by type (raid/dungeon/nightfall/etc) or by activity name (Root of Nightmares, Vow of the Disciple, Spire of the …
-
I'm trying to use this module to download a file with the following code:
```
// Main process
ipcMain.on('downloadFile', (event, args) => {
download(BrowserWindow.fromId(event.frameId), ar…
-
https://bungie-net.github.io/#/components/schemas/Destiny.DestinyProgressionRewardItemState - this is probably a bitfield, I see values like 3, 7, 6,10 in the real data from API. But `serde` doesn't k…
-
In the Profile components documentation, I'd like to see the documentation change to reflect the results from the API.
For instance: Kiosks in the docs is really `characterKiosks` in the API.
This c…
-
I've very much enjoyed using destiny, and I have found it to be very useful even with it's limited API (in many ways, I actually enjoy the lack of customizability).
Anyways, during the course of my…
-
I've a custom post type named Destiny, inside this custom post type i've added a repeater custom field called Books with a Post Object type selecting other custom post type named Book. I just want to …
-
I noticed the following type names in the API files:
```
BungieMembershipType[]
Destiny.HistoricalStats.Definitions.PeriodType[]
Destiny.HistoricalStats.Definitions.DestinyActivityModeType[]
```
…
-
### Game or games this happens in
soulcalibur: Broken Destiny
### What area of the game / PPSSPP
Playing Kratos (with Vulkan drivers)
Switching to OpenGL resolves the issue.
### What should hap…
-
In the OpenAPI spec, dictionary keys are specified with the custom extension `x-dictionary-key`. It would be exceptionally helpful (for all three of us who're building tooling from the JSON spec) if t…