-
1. 下载[openresty](https://openresty.org).
2. 按照
```bash
# 安装目标目录
export OPENRESTY_HOME=$HOME/openresty
mkdir -p $OPENRESTY_HOME
# 安装openssl和pcre
brew install pcre openssl
# 设置pcre和openssl的安装目…
-
### Describe the bug
```lua
-- "tasting.lua"
print(string.gsub(package.path, ";", "\n").."\n")
```
Will behave differently on host luajit, nixpkg luajit and nixpkg lua5_1.
### Expected beh…
-
Hello!
We have some proposals about Ravi development & support.
Our team wish to use Ravi in production.
So, if you need some our help & contributing (patches, bounties, etc.) we need to talk wit…
-
I got this output when running `luarocks install http`:
```text
Installing https://luarocks.org/http-0.3-0.src.rock
Missing dependencies for http 0.3-0:
basexx >= 0.2.0 (not installed)
lpeg…
ghost updated
9 months ago
-
Hi, I get the following error when I run `lua legimi deviceid `:
```src/http.lua:2: module 'http.request' not found:
no field package.preload['http.request']
no file 'src/http/request.lua'
no…
-
Hello, i'm trying to load `cjson` module with this configuration:
```rust
Lua::unsafe_new_with_flags(
StdLib::ALL_NO_DEBUG, // Load all Lua standard libraries apart fr…
-
I installed on OSX with `brew install lua` but I cannot upload as it says `Error: A JSON library is required for this command.` Any idea which json library it needs? The `brew` package should install …
-
CAP multi-line
This is only an incomplete example of how it could work, syntax or method to impliment would vary.
would mark the new line (or whatever char. to be determined).
would mark end of m…
-
When carrying out a blackduck scan using knot resolver 5.7. Our Image was flagged with High Security
![Screenshot 2023-10-03 at 10 27 58](https://github.com/CZ-NIC/knot-resolver/assets/110595022/1cf…
-
```
unable to update event disposition: Bad file descriptor (fd:19)
```
This error is appearing often when using `require('http.client').connect(...)` within a Tarantool fiber. How can I debug th…