Leandro Torrez
Leandro Torrez
at: https://github.com/bo3b/3Dmigoto/blob/722abdd52eaa969fa52dd5e0a099160e4863e863/DirectX11/CommandList.cpp#L6046C1-L6063C9 The comments seem to suggest a very untested approach to setting the offsets. According to the documentation: https://learn.microsoft.com/en-us/windows/win32/api/d3d11/nf-d3d11-id3d11devicecontext-sosettargets it seems like setting the offset to -1 instead of...
When the venv used for the project runs on 3.12, the greenlet module dies. I don't think it necessarily needs to be fixed as is most likely an issue on...
```lua -- .wezterm.lua local wezterm = require("wezterm") local config = {} local resurrect = wezterm.plugin.require("https://github.com/MLFlexer/resurrect.wezterm") return config ``` With this basic configuration is sufficient for the program to hang and...