Jesse Plamondon-Willard
Jesse Plamondon-Willard
Thanks for the help! Merged into `develop` for the upcoming Lookup Anything 1.50.0.
Fixed in the upcoming SMAPI 4.1.9. Thanks for reporting it!
Hi! The file stream is owned by the request message, so we'll need to dispose the request at some point. That would be a breaking change though, since it'll prevent...
Hi! I'm worried this optimization would lead to cache mutation bugs. For example, consider this scenario: 1. Mod A applies a map patch. 2. Mod B edits tile properties within...
Merged into `develop` for the upcoming SMAPI 4.3.1. Thanks for the help!
@b3nk3lly I'm looking to add this in the upcoming Lookup Anything 1.50.0, but unfortunately it's a bit hard to merge since it changes a lot and has merge conflicts. Any...
We discussed this on Discord, but I'll just summarize here for the record. I'm planning to change the approach so that, instead of each attachment having an `IsDistanceExtended` bool option...
I'd want to reimplement this per my earlier comment, but it's been in draft for over a year and I haven't seen players asking for a feature like this. So...
Hi! The SMAPI equivalent is [`--mods-path`](https://github.com/Pathoschild/SMAPI/blob/develop/docs/technical/smapi.md#command-line-arguments), which sets the folder path to scan for mods. This is used by some mod managers like Stardrop to toggle mods by just moving...
I'm not necessarily opposed to the idea, if it's something many players or some mod managers would find useful. We'd need to rethink some of the surrounding logic though; e.g....