-
This list is incomplete, but following things could be improved:
* Make i2c communication more robust, it seemingly fails in some cases right now
* Add power management control for both comm. buses,…
-
What do you think about adding `_LuaTable.looks_like_array(max_sparse_ratio=1.0)` and `_LuaTable.to_list()` methods?
`_LuaTable.looks_like_array()` may do something along the lines of https://github.…
kmike updated
9 years ago
-
Hi guys,
I get the following error on executing mup setup:
/usr/local/lib/node_modules/mup/node_modules/cjson/index.js:221
throw err;
^
Error: Parse error on line 6:
..., …
-
there is a error when use keymatch4 in model.conf
```conf
[request_definition]
r = sub, obj, act
[policy_definition]
p = sub, obj, act
[role_definition]
g = _, _
[policy_effect]
e = som…
-
## User story
Merge author feature should work as expected
Example:
http://gigadb.gigasciencejournal.com:9170/adminAuthor/update/id/14
![image](https://github.com/gigascience/gigadb-websit…
-
million_game_server/Chapter4/rill4/lualib/cjson.so
hanxi updated
3 years ago
-
ngx.header.content_type="application/json;charset=utf8"
local cjson = require("cjson")
local mysql = require("resty.mysql")
local uri_args = ngx.req.get_uri_args()
local id = uri_args["id"]
loc…
-
[ccwrite_fails.txt](https://github.com/cclib/cclib/files/996040/ccwrite_fails.txt)
`ccwrite` is failing to write `cjson` for a number of test files due to various different reasons (listed in the a…
-
Hi !
I tried to compile cJSON on a non-ASCII system (IBM AS/400), but I had to tweak the `buffer_skip_whitespace()` function to make it work.
It assumes the system uses ASCII encoding, and there…
-
## Json
```json
{
"method":"property",
"id":10086,
"timestamp":10010,
"data":"{\"a\":1,\"b\":2}\"}"
}
```
## C
```c
cJSON *payload_json = cJSON_Parse(payload);
if (…
wwhai updated
2 years ago