Dash
Dash
Thanks to @jgkamat's help we arrived at the following solution: In the `keys.conf`, replace: ``` leave-mode ``` with: ``` leave-mode ;; jseval -q document.activeElement.blur() ``` This completely unfocuses the page...
Yeah, I learned after using it for a few hours, but for me it removes 70% annoyance from the equation which is pretty good for starters. A more general solution...
Error sending request for url (https://chatgpt.com/backend-api/codex/responses) after macbook sleeps
Related: #1243 For me this happens every single time.
Do you think it would make sense to include this workaround as part of the library? My intuition is that this is prone to platform-specific caching problems and can potentially...
@ziaddemir 4.10 improved the rendering performance a lot.
Thank you for the PR. A couple of notes: - Can we update the tests to cover the added functionality? - Let's update the changelog to include this change. -...
That's almost certainly fine, as I believe these samples are set to play once (eg use only ever 1 slot at most) and as such do not cause echo.
Cannot reproduce this at all?
Got it – but I can't reproduce this behavior. And it feels something related to the game camera module and not the rendering module. Weird.
Reflections were added in TR1X, and the code path exists in TR2X too, but it's disabled on purpose. TR1 and TR2 share the same rendering pipeline, yes; the issue is...