luajit
Here are 437 public repositories matching this topic...
-
Updated
Jun 7, 2021 - Lua
nacos doc https://nacos.io/en-us/docs/open-api.html#2.4
Default namespaceId is public,It should be configurable
-
Updated
Feb 23, 2021 - Lua
-
Updated
May 21, 2021 - C++
What I am looking for
I want to run a command that install all dependencies, including the test ones, without running my code or its tests. I found that I can achieve that by running luarocks test -- --version but it is hacky and I wonder there is no "official" way to do that.
Why is this important
I want do use this command on a CI pipeline. This will allow me to create 2 steps:
-
Updated
Jun 4, 2021 - Ruby
-
Updated
Dec 19, 2020 - Lua
-
Updated
Jun 6, 2021 - C++
-
Updated
Jun 6, 2021 - Lua
-
Updated
Dec 6, 2020 - C
-
Updated
Jan 9, 2019 - Perl
-
Updated
Mar 3, 2021 - Lua
-
Updated
Jul 28, 2020 - C
-
Updated
Aug 15, 2020 - Lua
-
Updated
Apr 17, 2021 - Lua
-
Updated
Dec 13, 2020 - Lua
-
Updated
Jun 6, 2021 - Lua
-
Updated
May 23, 2021 - C
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
Dart-lang
Language request for Dart.
-
Updated
May 28, 2021 - Lua
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.