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 8,436 public repositories matching this topic...
-
Updated
Oct 20, 2021 - C
-
Updated
Sep 22, 2021 - C++
-
Updated
Sep 20, 2021 - C#
-
Updated
Oct 18, 2021 - C++
-
Updated
Oct 20, 2021 - Shell
-
Updated
Oct 1, 2021 - Objective-C
-
Updated
Oct 19, 2021 - Haskell
-
Updated
Oct 18, 2021 - Lua
-
Updated
Oct 20, 2021 - C++
Right now, whenever Zenmap crashes, it gives the user a stack trace and asks the user to send it to the Nmap dev list. So we get a flood of emails (most of which aren't even allowed through moderation) which often contain just a stack trace with no subject line or any explanatory text in the message body. Lots of these are for well known issues in older versions of Zenmap. So it's not very usef
Firefox started to restrict which ports it can connect to. A Firefox user trying to connect to the Conky by HTTP on the default port would get this message:
This address is restricted
This address uses a network port which is normally used for purposes other than Web browsing. Firefox has cancelled the request for your protection.
With the only option to "Try Again" which wouldn't work.
It's an documentation improvement suggestion, not a bug report.
Currently readonly properties are unmarked in documentation. People either use common sense (which isn't exactly reliable here) or look directly into the C code. Some will find the later solution too hard.
Anyways I'd like to try my hand on this issue, but currently I don't know where to start. (u/aire-one promised me some quic
-
Updated
Oct 20, 2021 - C
-
Updated
Oct 3, 2021 - C++
-
Updated
Oct 14, 2021 - C++
-
Updated
Sep 27, 2021 - C
-
Updated
Feb 11, 2020 - Objective-C
-
Updated
Mar 8, 2021
-
Updated
Oct 15, 2021 - C++
-
Updated
Oct 12, 2021 - Python
Created by Roberto Ierusalimschy, Waldemar Celes, and Luiz Henrique de Figueiredo
Released 1993
- Organization
- lua
- Website
- www.lua.org
- Wikipedia
- Wikipedia
Discussed in apache/apisix#5222
Originally posted by abbluiz October 13, 2021
I want to use different configuration depending on my environment on some YAML configuration files, specially in
conf/apisix.yaml
in stand-alone mode. Is it possible to read from environment variable like${VAR}
inside YAML file