-
export CFLAGS="-march=native -flto"
export CXXFLAGS="${CFLAGS}"
redis-3.0.5# make
cd src && make all
make[1]: Entering directory '/home/tmp/redis-3.0.5/src'
rm -rf redis-server redis-sentinel redis-c…
-
Hi, cJson
When I use cJson in CGO products, I encounter some problems, sometimes length = sprintf((char*)number_buffer, "%1.15g", d); This line of code cannot handle integers normally, resulting in…
tslyc updated
4 years ago
-
Currently JSON number is printed with upto 15 decimal places (e.g. 21.379983333333332) most of the time such long number is not needed and is a wastage of space in embedded system. Can we have a provi…
-
-
### Discussed in https://github.com/apache/apisix/discussions/7988
Originally posted by **monkeyDluffy6017** September 26, 2022
Maybe we should merge `extra_init_by_lua_start ` and `extra_init…
-
@lukehinds pointed this out in the OpenSSF slack.
> I don't know if this is the right channel, but wanted to discuss use of canonical-json , its what's used to canonicalise SLSA attestations (cjson…
-
Would like to convert my dumb esp-idf http server app into something that can generate openapi specs on the fly. Should be doable but TBD w/r/t statically creating the response models w/o extensive ha…
-
### Description
We're currently hardcoding credentials in status-go that are used to generate a signature for Mercuryo URLs. For safety reasons, these should be hidden in our proxy, and the signatu…
-
the GH Actions environment windows-2019 comes with Virtual Studio 2019 and vcpkg
A setup similar to this is actually running on Appveyor currently ([and btw compiled latest GCOS adjustments, too](h…
-
when i use redis in lua, i got this problem
here is the file structure
filename : init.lua
```
redis = require "resty.redis"
ssl = require "ngx.ssl"
cjson = require 'cjson'
```
filename: n…