luajit
Here are 494 public repositories matching this topic...
-
Updated
Mar 31, 2022 - Lua
feat: As a user, I want to hide 5xx error detail from the client, so that the detail is not leaked
Description
For example,
https://github.com/apache/apisix/blob/a1482dd78cf8494e1ce9f6ca246d9afde3aa733a/apisix/plugins/authz-keycloak.lua#L664-L666
will tell the client about the token endpoint configuration.
-
Updated
Mar 26, 2022 - C++
-
Updated
Mar 23, 2022 - 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
local t = love.thread.newThread([[
error()
]])
t:start()The above code doesn't show default love.threaderror as expected (or a custom set love.threaderror). Not a massive bug - but something to be aware of if no error message is given
-
Updated
Mar 31, 2022 - Ruby
-
Updated
Mar 28, 2022 - Lua
-
Updated
Mar 24, 2022 - Lua
-
Updated
Mar 23, 2022 - Lua
-
Updated
Jan 9, 2019 - Perl
-
Updated
Feb 7, 2022 - Lua
-
Updated
Oct 26, 2021 - Lua
-
Updated
Jul 28, 2020 - C
-
Updated
Apr 17, 2021 - Lua
-
Updated
Aug 26, 2021 - Lua
-
Updated
Mar 30, 2022 - C
-
Updated
Oct 10, 2021 - Lua
-
Updated
Mar 1, 2022 - Lua
-
Updated
Feb 17, 2021 - C
-
Updated
Jan 9, 2021 - Lua
Dart-lang
Language request for Dart.
-
Updated
Mar 31, 2022 - Rust
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."
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc