RDW
RDW
Much ado for nothing, but this does resolve #721. Let me know if you prefer a different solution!
Following-up with https://github.com/luvit/luv/issues/718#issuecomment-2407216958): The SEGFAULTs mentioned here are related to a specific use case, which seemingly violates a core assumption in the luv code. Handles ( `uv_handle_t`) managed by luv...
It seems that opening a handle with a path that doesn't exist can cause crashes when (potentially unrelated) code later tries to access it: ```lua local handle handle = uv.fs_open("does-not-exist",...
Source: [Discord](https://discord.com/channels/788119147740790854/1025387509741535374/1345107253535178802) > I kind of hate to bring this up now, after all of the classic PRs have been merged, but I don't think this works as a single...
Link: https://www.wowhead.com/item=229947/violet-goblin-shredder Collecting here all the info from various sources so as to not lose track. I do not have a way to confirm any of these: * Item may...
[WowAce Link](https://www.wowace.com/projects/rarity/issues/208) > The Isle of Time is the one place where 4 things can be farmed at once, currently. Rarity only supports 2 bars. Let's see if we can...
Because of this difference, none of the items display a zone name on Classic Era:  On Cataclysm Classic, the zone names are displayed. However, `/rarity mapinfo` only prints "Unknown"...
This item had a typo in its name (extra parenthesis). While splitting the holiday events database, the typo was fixed. Unfortunately that means anyone who had attempts recorded under the...
Need to wait until more information is available; the patch has only just hit the PTR. Horrific Vision items are probably worth tracking. Rest TBD. If the `SPECIAL` code can...
In 11.5, Blizzard has introduced APIs to perform Base64 encoding/decoding [^1]. Rarity has its own Lua version, which is somewhat slow. Note: The speed of encoding/decoding item strings isn't a...