valarnin
valarnin
Basically as I outlined above, static properties aren't actually in the ES6 standard. Static methods and getters are, but I'm using static properties specifically to avoid generating tons of identical...
babel-eslint's javascript parser supports these features. Essentially we'd be pulling in the parser part of babel-eslint only, and ignoring the babel portions of it entirely. It's probably not worth the...
It's more effort than just adding the parser line and dev dependency, unfortunately, since it also brings in additional linting rules automatically that will have to be checked and disabled...
Newer versions of Proton run with a different wrapper that the script isn't written to detect settings properly for yet. You could try altering the generated `~/bin/ffxiv-env-setup.sh` file's env vars...
My current thoughts are as follows: - Rewrite the tools to use some sort of UI. - Allow one of: - Selection of a currently running FFXIV/XL process - Selection...
I was hoping to get BrowserHost working consistently as part of the 'known working' selection, I have a couple of guesses as to why it randomly fails for some people,...
I've had issues with 5.8 in general. Can you try `Proton-5.5-GE-1`? That's what I currently use. I'll likely investigate getting a 5.8 release working once GE has worked out the...
Not currently. I need to investigate why still.
Every time it needs to call the wine runner or do the patchelf portion of the script, it fails due to the path being passed in being instead `"playonlinux's\ virtual\...
By default, when the FFXIV ACT Plugin generates log files, it includes the chat log (e.g. player messages, system messages, NPC RP text from cutscenes or mid-encounter dialog). Enabling the...