-
I tried installing Elastic search using the command luarocks install elasticsearch, but every time I got this error
"luarocks install elasticsearch
>>>>>>>>>>>>>>>>>>>
Installing http://luarocks.o…
-
```text
/tmp/arduino-sketch-9112C3771E1D54AB13D36005A1B0E5E5/libraries/Arduino_JSON/cjson/cJSON.c.o:(.text.print_value+0x20): undefined reference to `sscanf'
/tmp/arduino-sketch-9112C3771E1D54AB13D3…
-
I noticed the function `cJSON_DeleteItemFromArray` does not distinguish between arrays and dicts.
Check this example:
```C
int main(int argc, char** argv) {
cJSON *cjson_0 = nullptr;
char …
-
Hello,
I have weechat v 1.6 and Lua 5.3.4 on fedora 25.
When I attempt to run the matrix lua script, I get the error as
> lua: loading script "/home/fedora/.weechat/lua/weechat-matrix-protocol…
Rat-S updated
7 years ago
-
其实主要是演示如何编译出 `cjson.so` 文件,因为不能使用操作系统里的 lua 来编译,需要使用 skynet 配套的 `3rd/lua` 来编译。对于新手来说,可能无法理解或者处理这些版本差异带来的一系列报错,比如:
```
lua loader error : error loading module 'cjson' from file './luaclib/cjson.so'…
hanxi updated
2 years ago
-
Hi thank you for the great job. currently I am using this image to run wrk2 benchmark, and I use lua script, inside which I need to parse the response body, which is a json format. so my script requir…
-
I am trying to install the elasticsearch client for Lua using this command "luarocks install elasticsearch" on my windows 10 , the dependency lua-cjson could not be downloaded and I am getting the fo…
-
|Wazuh version|Component|Install type|Install method|Platform|
|---|---|---|---|---|
| v4.2.0 up to master | Makefile | Agent | Sources | Solaris 10 (any arch) |
## Description
It seems that S…
-
At first question not related to windows only. I think I ask this before few times it past years.
Why LuaRocks try copy `Lua` dir if rockspec [did not ask do this](https://github.com/keplerproject/lu…
-
> $ lizard --version
> 1.17.3
> $ git clone --branch master --quiet https://github.com/DaveGamble/cJSON.git
> $ lizard -t 4 cJSON/
> ================================================
> NLOC …