ShadyShenAli

Results 4 issues of ShadyShenAli

### How can we reproduce the crash? in cmd.exe, execute bun repl and it crashes (see crash report) The same thing happens when I execute bun install after bun init...

bug
crash

I'm using luart version ``` LuaRT 1.7.1 x64 - Windows programming framework for Lua. ``` I'm trying to statically build an executable using rtc. I've included all the related dll...

bug
rtc compiler

### What version of Bun is running? 1.1.0+5903a6141 ### What platform is your computer? Microsoft Windows NT 10.0.22631.0 x64 ### What steps can reproduce the bug? in powershell or in...

bug
crash
windows

To select the direct child of the root node, I'm using :scope pseudo class in the selector. For example, ``` const html=` ` let $ = cheerio.load(html,{xmlMode:true},false); ``` to get...