Austin Stanley

Results 6 issues of Austin Stanley

Okay while I could keep fiddling with this forever, I think it's ready for review. Notes on my approach: * This introduces two new classes, `InventoryItemSprite` and `SpriteOverlay`. * `InventoryItemSprite`...

In review

New Features: - New StatString rules, following the format: `percentSTAT: [MIN, MAX]`. The numbers are interpreted as floats but are 0-100 based rather than 0-1 based. Ranges are compared using...

Community feedback needed

### Type of issue Missing information ### Description Calling either overload of `ImmutableDictionary.WithComparers` can cause an `ArgumentException` if the new old key values collide when using the new key comparer....

untriaged
Pri3
area-System.Collections

### Type of issue Missing information ### Description All of these methods throw if a value is out of range, they should probably document that. ### Page URL https://learn.microsoft.com/en-us/dotnet/api/System.Buffers.ReadOnlySequence-1.Slice?view=net-9.0 ###...

untriaged
area-System.Buffers

I love the crate, but I did run into one issue, though. I'm not sure how much this is even something that can be solved. But when converting my bin...

**Describe the bug** When Wry receives an IPC message from a webview with a local file URL (IE, `file:///C:/some/path/to/file.html`), it panics due to an error decoding the URI. This is...

type: bug