lune-org / lune

A standalone Luau runtime
https://lune-org.github.io/docs
Mozilla Public License 2.0
350 stars 80 forks source link

`stdio.prompt` hangs on Linux #241

Open flxwed opened 3 weeks ago

flxwed commented 3 weeks ago

Using stdio.prompt hangs on linux. Doesn't seem to affect windows users after asking some peers to test it for me

Repro:

local stdio = require("@lune/stdio")
local ok = stdio.prompt("confirm", "Confirm me")
print(ok)

image

OS: Arch Linux x86_64 Kernel: 6.10.5-arch1-1

CompeyDev commented 3 weeks ago

I'm not able to reproduce on Linux - how did you install Lune? Was it via rokit?