Tin Nguyen
Results
3
issues of
Tin Nguyen
Receives this error when building on windows ``` cmake -Bbuild -GNinja ninja -Cbuild ``` ``` PS C:\Users\tinnguyen\Desktop\glsl-language-server> cmake -Bbuild -GNinja -- No build type selected, default to Debug -- Google...
On Windows 10, `Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio`, `luasystem 0.6.2-1`: Minimal example: ```lua local system = require "system" system.getconsoleflags(io.stdin) ``` Gives: ``` .\flag_windows.lua:2: bad argument #1 to 'getconsoleflags'...