daurnimator

Results 334 issues of daurnimator

I'm not sure it will end up being useful. People will copy/paste posts and modify them without revalidation. Which means that a searcher needs to be able to handle match...

Continuing from https://github.com/franko/graph-toolkit/issues/3#issuecomment-68569447 > the current version of the library won't work in Lua > 5.1; for one, it uses C API functions that were removed in 5.2 (e.g. lua_getfenv/lua_setfenv)....

Please publish a rockspec so that the library can be installed via luarocks (and used as a dependancy!)

e.g. Currently for temperatures you use `node_hwmon_temp_celsius{instance="$node",job="$job"}` To get the label name, use: `node_hwmon_temp_celsius{instance="$node",job="$job"} * ignoring(label) group_left(label) node_hwmon_sensor_label` Then please use `{{ label }}` as part of the legend.

Could you add the ability for multiple pb contexts within a single lua state? Ideally the API would be to make everything a method that passes the context around. e.g....

enhancement

I've love to be able to use metalua with Lua 5.3; One of the more interesting applications would be compiling 5.3 => 5.1; changing (e.g.) bitwise operators for function calls.

string.pack and string.unpack in 5.3 are slightly different to lpack. For full compatability, consider using compat-5.3 instead. https://github.com/keplerproject/lua-compat-5.3

Were added to upstream via https://github.com/urfave/cli/pull/808 in their 1.22.0 release. i.e. need to bump https://github.com/mozilla/sops/blob/v3.7.3/go.mod Downstream bug report: https://bugs.archlinux.org/task/70588#comment206728

How should compat-5.3 be updated for Lua 5.4? At least to allow projects to compile against 5.4 we need something like: ```diff diff --git a/vendor/compat53/c-api/compat-5.3.h b/vendor/compat53/c-api/compat-5.3.h index 8e10893..fb6cc25 100644 ---...

feature request

As my failing test over at https://travis-ci.org/daurnimator/lua-http/builds/82309531 showed me: `debug.traceback` in 5.3 has minor changes from 5.1 - It reports the type of the variable the function was in (from...