valarnin

Results 24 issues of valarnin

This is being split off from #4523

config
raidboss
raidemulator

This is being split off from #4523

config
oopsy

## 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....

enhancement

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...

bug

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...

raidboss

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. - [...

enhancement

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: -...

raidemulator

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...

enhancement
question

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...

bug