valarnin
valarnin
This is being split off from #4523
Depends on: - #4523 - #4608 - #4609
## Summary There are a number of code paths that slow `tsc` execution. Steps taken to check: 1. `npm i -g @typescript/analyze-trace` 2. `npm run tsc-no-emit -- --generateTrace ../cactbot-tracing` 3....
After the recent package updates, ESLint no longer works when invoked programmatically. #4401 removed linting the autogenerated file for coverage reports, and once this issue is resolved the linting should...
As pointed out in a reddit thread, the east/west callouts in Diamond Weapon happen before the visual cue, which wasn't intended and isn't really fair. Update them to coincide with...
Now that the raid emulator typescript conversion is complete, I wanted to solicit input on future features/ideas for the emulator. I'll maintain a task list here with features/status/requester. - [...
This WIP PR adds the map to raidemulator. I've opened it as a WIP PR to solicit feedback/thoughts. There are some outstanding issues that still need addressed, as follows: -...
This issue is meant to be a tracking issue to track ideas and plans for the upcoming rewrite of the tools. This issue will track final decisions, with suggestions and...
The way the setup scripts currently handle paths causes issues with spaces, despite being quoted, because the generated `~/bin/ffxiv-env-setup.sh` script escapes spaces as `"\ "` despite the string being quoted...