lowlines

Results 14 issues of lowlines

ie Kinetic/Energy/Power.

help wanted

When a collection is complete or irrelevant to what a player wants to collect, it'd be nice to be able to minimize/hide sections to free up screen space.

help wanted

Both seasonal challenges and triumphs can be tracked ingame but this state information is not reflected in the api. https://bungie-net.github.io/multi/schema_Destiny-DestinyRecordState.html#schema_Destiny-DestinyRecordState

So currently the only way to get info about crafted weapons is using the PlugObjectives scope on GetProfile. However this returns a lot of other information (including duplicated Resonance Elements...

At the time of writing, the weekly dungeon is Shattered Throne but the API is returning Pit of Heresy as the available pinnacle. This can also be oberved in the...

It looks like dyeslot textures are 1/4 the resolution of other textures, however the texture plate is still 512x512. The example below, the texture plate should be 128x128 so the...

bug

This is probably a distant future wishlist thing, but in order to use OAuth in a Twitch extension I have to have 2 production apps (one for the current version...

enhancement
investigation
bug filed

The parser-async library doesn't check that the chunk size does not exceed the max buffer size and results in a `RangeError [ERR_INVALID_OPT_VALUE]: The value "3221258240" is invalid for option "size"`...

The super call this function makes parses the Stream instead of Buffer, which throws an error since new Stream(stream) doesn't type check that it is a buffer and handle accordingly....

https://github.com/PrismarineJS/prismarine-chunk/blob/0f4ec64bd0ef8a84f04d825358dd1443e4310aa6/src/bedrock/common/PalettedStorage.js#L95-L102 If you have bitsPerBlock size that causes rounding on the wordCount, this double for loop will go beyond the 4096 block range and throw and error.