Bradley Sherman

Results 6 issues of Bradley Sherman

**What I expect to happen:** A BatchGetItem call to a moto dynamodb instance which would return > 16 MB of data should only return a partial result, with any unprocessed...

enhancement

As part of creating a RarInfo object, the library sanitizes the compressed filepaths by standardizing on "/" as a universal path separator. With certain inputs (RAR3 solid archives, and perhaps...

Consider the following code: ``` from enum import Enum class MyEnum(Enum): A = 1 B = 2 C = 3 def print_value(x: MyEnum) -> None: match x: case MyEnum.A: print("A")...

As the title says. The crash occurs upon first linking to the world, and happens in almost every case. Rarely, a working world can be generated (we had one that...

SuccessStory now allows the hiding of achievement descriptions if that achievement is intended to be hidden, only showing the description as "Hidden Achievement". That placeholder description should be replaced by...

When an active effect is adjusting an attribute, show the resistance percentage modifying the adjustment, in addition to the raw adjustment value. This may be desirable, because the raw value...