Sewbacca

Results 52 comments of Sewbacca

No, unfortunately it still looks the same as before. Is there any way I can provide logs or something?

I am closing this pull request because I no longer require the proposed feature at this time. I'll leave the linked discussion here for reference, in case I or someone...

I still had to remove this section: ```diff @@ -429,7 +431,9 @@ return execute_output("find " .. path .. " -type f -exec stat -f \"%z %N\" {} \\; | md5")...

What is the rationale for keeping tests? The affected file won't be shipped (checked with `pacman -Ql mingw-w64-ucrt-x86_64-lua-luarocks | grep test_env.lua`).

Sure, I'd be happy to move it over. Just ping me the deeds, if you decided to fork the repository.

> That goes back to the problem of a few computers greatly slowing a server shutdown. Well and what if we run real threads instead? We could let the user...

Is it possible to save the Lua State? You could save it before shutting down and then bring it back, if the computer is loaded again. That would solve the...

Okay, maybe it isn't possible to save a computer state or to enable a computer_unload event, but what if the computer automaticly saves a lua table holding all needed information...

For me at least, the fix described there doesn't work. I found a partial workarround though: Instead of `dapui.open` / `dapui.close`, call `dapui.toggle`. This somehow fixes the issue. ```lua local...