stuta

Results 34 issues of stuta

Hello. I tried to test if table is empty with "if next(tbl) == nil" but nex() function is unsupported. This is no a big deal, I can use pairs() to...

In Linux Mint 14 Mate 32 bit I get an error: make posix lua dynasm/dynasm.lua -LN -o call_x86.h call_x86.dasc lua dynasm/dynasm.lua -D X64 -LN -o call_x64.h call_x86.dasc lua dynasm/dynasm.lua -D...

Hello. Does this support building to the shared library? I was able to find precompiled windows binaries, but JS_Eval() crashes in win32 - it works in win64.

Documentation says: ``` -- return values for successful query local result, err, num_queries = postgres:query("select name from users limit 2") ``` Function receive_query_result() returns `result, num_queries, notifications, notices`, it should...

Error using rollup (webpack works): ```js import { Container, Draggable } from 'vue-smooth-dnd' [!] Error: 'Container' is not exported by node_modules/vue-smooth-dnd/dist/vue-smooth-dnd.js https://github.com/rollup/rollup/wiki/Troubleshooting#name-is-not-exported-by-module ```

Hello. I get Segmentation fault: 11 on OSX in line: local name = ffi.string( info.name ) ``` lua lualocal ffi = require( "ffi" ) local apr = require( "ffi/apr" )...

Hello. This works nicely in OSX. I need function body. How can I get also CompoundStmt?

I tried this with a new MacBook Pro. Otherwise, it seems to work, but after lib.readdir(dir._dentry) -call entry.d_name[0] and other bytes are 0. Any idea how to solve this?

Hello. luaposix posix.clock_gettime() does not work in osx. I recommend much simpler https://github.com/ldrumm/chronos.

Hello. This Lua program does not blink led in RasPi 3 model B. Python version works. Any ideas? ``` lua package.path = "lib/?.lua;../lib/?.lua;"..package.path local gpio = require("gpio") local LED =...