Lily Skye

Results 103 comments of Lily Skye

Here's the (most recent) output from my dalamud.log: ``` 2022-03-13 12:41:01.927 -06:00 [INF] Waiting for 1000ms before starting a session. 2022-03-13 12:41:02.931 -06:00 [INF] -------------------------------------------------------------------------------- 2022-03-13 12:41:02.931 -06:00 [INF] Initializing...

I tested everything with the exact same setup, but using a non-steam service account, and it injected properly :\ so it's definitely steam-related

> Try turning off the steam overlay in steam It has the same behavior with the overlay either enabled or disabled

In case it's helpful, here's the stdio output from running XIVLauncher.exe: ``` info: Game: XIVLauncher.exe info: DXVK: v1.10-2-g809b446f info: Built-in extension providers: info: Win32 WSI info: OpenVR info: OpenXR info:...

After moving my game to an ext4 partition (inside the wine prefix) instead of an ntfs one, injection works (but only with GShade disabled) Edit: well, sometimes. it's inconsistent. it...

I was never able to get Dalamud working with GShade enabled. So I switched to vkBasalt. It was a huge pain in the ass, because I had to compile it...

We might actually not need this if we have the `--debug` flag; in karmatic-nightmare, it just opens DevTools on launch. But with the `--debug` flag, I think we would need...

I hacked one together a while ago: https://github.com/suchipi/karmatic-nightmare/blob/master/src/jest-style-reporter.js It's not the same as what jest uses, but it has the same look-and-feel. We might be able to use what jest...

@vjeux and @jlongster might have opinions since prettier used to print as few parens as possible, but I'm in favor of adding parens here, too.

The curried function expression pattern is also something to consider: `a => b => c => d`. We should probably only wrap the last function body in that case.