Asriel

Results 10 issues of Asriel

In my current use of WinSpd, there are somewhat rare occasions, usually while the disk is being read from, when it completely freezes up and refuses to respond for a...

https://github.com/NotAdam/Lumina/blob/bb7d83631a3e878017f16ee84e42e9f794868b88/src/Lumina/Excel/LazyRow.cs#L32 This being a static non-concurrent dictionary can cause concurrency issues when parsing new rows. Here is a stacktrace I've seen regarding this issue: ``` System.Collections.Generic.KeyNotFoundException: The given key 'ChocoboTaxiStand'...

Still working on these, but I'm making a pr here so others are aware of my work so far.

Because EXDSchema has moved to a monthly breaking release cadence, Lumina.Excel is following suit to do the same. 7.2.3 contains [changes from EXDSchema v2025.05 with some additional experimental changes](https://github.com/NotAdam/Lumina.Excel/compare/7.2.2...7.2.3) (part...

Decided to throw in my EXDViewer fork changes into a PR here. I don't think this is PR-ready, there might be a few things here and there that should probably...

The following SeStrings are unable to be parsed by ironworks due to an Error::TooManyArguments error: - Addon#15955: > `[Text(TextPayload([67, 111, 109, 112, 108, 101, 116, 101, 32, 102, 108, 111,...

This PR adds the following: - GetRowRef (and generic counterparts) extension methods for ExcelSheet - AsRowRef (and generic counterparts) extension methods for IExtendedExcelRow - AsRawRow extension methods for IExtendedExcelRow -...