Rootspring
Rootspring
> Yes exactly the gitlab-runner is configured to use `--network host`. > > Forget to mention, there are no additional iptables rules, nor persistance and a docker service restart fixes...
> > Have been travelling so couldn’t test with 28.0.1 (though I did manage to reproduce it on even 27), in my case the issue occurs purely with bridge networks...
I want this too lol
> Could you provide some context please, what problem are you trying to solve? Lua/C continuations are rather workaround to allow suspending C functions. In Rust world this is solved...
I do understand if you arent ready to merge this however as most normal users can use mlua async. This is mostly for the niche use cases in which mlua...
Sorry for this last comment as I needed some time to actually try doing smth I’ve wanted to do for a while without continuations to see why I needed it...
> Thank you for the context and explanation. > > mlua was never designed to support all (especially niche) use cases, and merging PRs with relatively complex code creates a...
So a lot has changed since I made this PR: 1. While I no longer truly feel the need for continuations, the yielding bit is something I use more and...
> I can agree that yielding with arguments can be beneficial in some cases, but it's more complicated problem than it might seem at first glance. > > A simple...
> Implementation of a close function, marking a thread as finalized. I actually just came across this limitation when trying to implement Roblox’s task.close in pure rust+mlua. Currently worked around...