luajit
Here are 449 public repositories matching this topic...
-
Updated
Jul 11, 2021 - Lua
Issue description
Some plugins support vars matching, such as traffic-split.
"plugins": {
"traffic-split": {
"rules": [
{
"match": [
{
"vars": [
["arg_name","==","test"]
]
}
-
Updated
Feb 23, 2021 - Lua
-
Updated
May 21, 2021 - C++
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
Jun 15, 2021 - Ruby
-
Updated
Dec 19, 2020 - Lua
-
Updated
Jul 8, 2021 - C++
-
Updated
Jul 11, 2021 - Lua
-
Updated
Dec 6, 2020 - C
-
Updated
Jan 9, 2019 - Perl
-
Updated
Mar 3, 2021 - Lua
-
Updated
Aug 15, 2020 - Lua
-
Updated
Jul 28, 2020 - C
-
Updated
Apr 17, 2021 - Lua
-
Updated
Dec 13, 2020 - Lua
-
Updated
Jul 11, 2021 - Lua
The ported markdown documentation attempts to glean technical documentation that is relevant to moonjit such as installation and execution instructions, API, etc. It does not have benchmark numbers, sponsorship acknowledgements or contact details since they are not relevant to moonjit.
In the process however, a number of cross-links have gone missing and the port also may have errors, formatti
-
Updated
Jan 9, 2021 - Lua
-
Updated
Jun 18, 2021 - Lua
Dart-lang
Language request for Dart.
Improve this page
Add a description, image, and links to the luajit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the luajit topic, visit your repo's landing page and select "manage topics."
Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.