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 6,341 public repositories matching this topic...
-
Updated
Sep 5, 2020 - C++
-
Updated
Sep 6, 2020 - C
-
Updated
Sep 3, 2020 - Java
-
Updated
Aug 10, 2020 - C++
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Sep 4, 2020 - Objective-C
-
Updated
Sep 6, 2020 - C++
[zosy@localhost:~]% rpm -qa zenmap
zenmap-7.60-1.noarch
gnome doesn't use gksu instead of pkexec, so i made a patch.
su-to-zenmap-fix-gnome-root.patch.txt
add com.gnome.pkexec.zenmap.policy to /usr/share/polkit-1/actions should works fine.
[com.gnome.pkexec.zenmap.policy.txt](https://github.com/nmap/n
-
Updated
Feb 11, 2020 - Objective-C
-
Updated
Aug 31, 2020 - C
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.
comments: apache/apisix#2121 (comment)
t/plugin/limit-req.t ..................... ok
# Failed test 'TEST 1: log rotate - response_body_like - response is expected (2020-08-31_10-25-32__access.log 2020-08-31_10-25-31__access.log 2020-08-31_10-25-33__access.log . 2020-08-31_10-25-32__error.log error.log 2020-08-31_10-25-33__error.log access.log 202
-
Updated
Sep 5, 2020 - C++
-
Updated
Sep 5, 2020 - C++
-
Updated
Sep 4, 2020 - C
-
Updated
Jul 4, 2020
-
Updated
Sep 5, 2020 - Python
-
Updated
Jun 13, 2020 - Lua
-
Updated
Jul 28, 2020 - MoonScript
Tarantool version: 2.3
tarantool> key_def.new({{field = 1, type = nil}})
---
- error: type must not be nil
...
tarantool> key_def.new({{field = 1, type = box.NULL}}) -- Expected the same error as for first case
---
- - type: unsigned
is_nullable: false
fieldno: 1
...-
Updated
Feb 19, 2020 - Lua
-
Updated
Sep 5, 2020 - C++
Created by Roberto Ierusalimschy, Waldemar Celes, and Luiz Henrique de Figueiredo
Released 1993
- Organization
- lua
- Website
- www.lua.org
- Wikipedia
- Wikipedia
Actual behaviour
When simply trying to edit some additional files I often type
:e *.jsor something similar; this almost ALWAYS results inE77: Too many file names.Expected behaviour
It's pretty clear what the user wants in this situation; they want to open the files as buffers! I'm sure there are legacy reasons for this error, but it's a pretty poor experience these days that