boyned//Kampfkarren
boyned//Kampfkarren
Oof, we should have tooltips on this, and I'm going to leave this issue up even after answering for that. The [UI] button puts it in your main game screen....
I got this working by downloading capstone's next branch, then compiling with `emmake make` + install, then I needed to change a part of the build step to point to...
Would've loved to have this the other day. I wrote out `#[cfg(feature = "debug_assertions")]` in a ton of places instead of `#[cfg(debug_assertions)]`.
Did you ever figure this out?
I made a PR for this already. :stuck_out_tongue: #185
TestService.NumberOfPlayers exists already for internal Roblox tests, so I'm sure there's a good solution for that.
I *think* I covered everything.
Vector3s *don't* hash. ``` > v3v = Instance.new("Vector3Value") > v3v.Value = Vector3.new() > x = {[v3v.Value] = true} > print(x[v3v.Value]) nil ``` And their equality *isn't* overriden. That was in...
luacov seems to think I didn't cover the `if typeof(value) == "Instance"` path even though I did?
Would a custom Lua VM for Lemur be on the table? [Here's a Lua5.1 patch file for getting this to work, aside from then xpcall would yield when it doesn't...