Lua
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.
Here are 4,247 public repositories matching this topic...
I found that some admin API provided by apisix are not found in any documentation, such as
/apisix/admin/plugins/list, so do we need a doc to keep track of the admin API that is nowhere to put?
Currently, things like #3097 are caught accidentally when someone sees the breakage. Is it possible to automatically extract all links from the generated docs and catch broken links? Surely there are tools for that.
-
Updated
Nov 25, 2020 - Lua
Tarantool version: any
OS version: any
Bug description:
ER_TUPLE_FOUND: Duplicate key exists in unique index 'fullpath' in space 'links'
Facing this error during snapshot recovery doesn't help to determine which tuple is a duplicate. Is it possible to add this tuple to log?
-
Updated
Feb 19, 2020 - Lua
-
Updated
Nov 28, 2020 - Lua
Could it be possible to have a warning message when installing a rock that contains a module that is already provided by another rock? Or is there already an option for this and I didn't find it?
At least with Luarocks version 3.2.1 I verified that there are no warnings for this case.
However it seems that Luarocks is aware of the collision and installs the new module under another name and
-
Updated
May 22, 2020 - Lua
-
Updated
Sep 27, 2020 - Lua
-
Updated
Nov 5, 2019 - Lua
-
Updated
Oct 12, 2020 - Lua
-
Updated
Nov 30, 2020 - Lua
-
Updated
Nov 18, 2020 - Lua
-
Updated
Aug 9, 2020 - Lua
-
Updated
Dec 2, 2020 - Lua
-
Updated
Feb 3, 2020 - Lua
-
Updated
Aug 15, 2020 - Lua
Created by Roberto Ierusalimschy, Waldemar Celes, and Luiz Henrique de Figueiredo
Released 1993
- Organization
- lua
- Website
- www.lua.org
- Wikipedia
- Wikipedia


The script is described as
At the moment the script reports all hostname-like identities where the input/target hostname is present somewhere in the identity. Specifically, the script does not verify that a returned identity is truly a subdomain of the target hostname.
As an ex