Dennis Schridde
Dennis Schridde
I am trying to build `luajit-2.1.0-beta2` using `luaenv install`, which fails with following message: ``` Downloading luajit-2.1.0-beta2.tar.gz... -> http://luajit.org/download/LuaJIT-2.1.0-beta2.tar.gz /opt/luaenv/plugins/lua-build/bin/lua-build: line 144: pushd: luajit-2.1.0-beta2: No such file or directory ```...
Lua has a Makefile variable `PLAT` that allows to choose the platform. I would like to force it to `posix`, to avoid the dependencies on `readline` and `ncurses`. Is that...
It appears that luaenv does not support being installed anywhere else but in `~/.luaenv`: ```sh docker run -ti debian:8 bash -c 'apt -y update \ && apt -y install git...
`STP.stacktrace` is not strictly compatible to `debug.traceback`: It returns two values, instead of one. This creates problems in conjunction with varargs functions and those created through the Lua C API...
STP currently does not dump locals of C functions. When debugging those written using the Lua C API, it sometimes happens that the stacks looks different from what I expected....
Fixes the following compiler warning: ``` .../src/drip_daemon.c: In function ‘main’: .../src/drip_daemon.c:46:5: warning: implicit declaration of function ‘wait’ [-Wimplicit-function-declaration] wait(&status); ^~~~ ```
It would be very convenient if terraform-provider-salt was registered with the official Terraform repository: https://registry.terraform.io/ That would allow terraform to automatically download the provider, when it appears somewhere in a...
## Description When run in a Flatpak with `com.valvesoftware.Steam.Utility.alvr`, cf. https://github.com/alvr-org/ALVR/wiki/Flatpak, Steam appears to have trouble loading [`/app/share/vulkan/explicit_layer.d/alvr_x86_64.json`](https://github.com/alvr-org/ALVR/blob/c2e864c41a4c2e5126fa797934c6f53360a0456b/alvr/vulkan_layer/layer/alvr_x86_64.json), because it cannot find `../../../lib64/libalvr_vulkan_layer.so`: ``` pressure-vessel-wrap[9482]: W: Unable to look up...
This is a slight overhaul over the existing service files. - The first commit uses internal CoreOS mechanisms instead of an additional setup-network-environment unit. - The 2nd commit uses a...