| Sep | OCT | Nov |
| 09 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
Lua is a programming language written in C that emphasizes performance. It has automatic memory management and is often used to extend software written in other languages.
:e *.js or something similar; this almost ALWAYS results in E77: Too many file names.
HS256 algorithm, not cover HS512 and RS256
●not test unsupported algorithm, for example HS384. we need throw the unsupported alg msg from https://github.com/SkyLothar/lua-resty-jwt/blob/master/lib/resty/jwt.lua#L505
Read more
bug
good first issue
help wanted
Open
panic macro in say.h header. There is also LuaJIT internal panic routine on Lua global state. Their mix might lead to ridiculous preprocessor results: the LuaJIT panic call (i.e. g->panic(L)) is misexpanded and compilation fails with the corresponding error.
@Gerold103 proposed in [his revi
Read more
good first issue
refactoring
Open