Skip to content
#

Lua

lua logo

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 5,918 public repositories matching this topic...

taotao54321
taotao54321 commented Apr 23, 2020

When I set boolean options using let, they accept v:true but not v:false.
Nvim says E521: Number required: &ignorecase = 'false'.

  • nvim --version: NVIM v0.5.0-456-gdeb4566ca
  • vim -u DEFAULTS (version: ) behaves differently? NO
  • Operating system/version: Debian testing, linux-image-5.5.0-1-amd64
  • Terminal name/version: alacritty 0.4.2
  • $TERM: screen-256color

Steps

lk-geimfari
lk-geimfari commented Aug 30, 2019

Well, we need to check all the projects and remove outdated ones.

We declare this in the readme:

However, keep in mind that we don't accept mammoth's shit. Only active and interesting projects with good documentation are added. Dead and abandoned projects will be removed.

But, sadly at this moment, this project looks like a mammoth shit itself.

We really need to fix it. I think

bensums
bensums commented Mar 21, 2020

Is there a default seed? I copied the Python code from seed_test.py and removed the set_seed calls. The test passed thousands of times despite no set_seed calls being made. Is this expected? If so, can we document this? Is there an explicit default seed?

Just as a sanity check, I modified the calls to set the seed to two distinct values and it failed every time, as expected.

The reason I'm a

rvalle
rvalle commented Mar 19, 2020

Expected behavior

During firmware configuration
Should be easy to select the value for LUA_FLASH_STORE in user_config.h
Options and/or units should be clearly documented so that the setting can be used.

Actual behavior

current default setting is:
//#define LUA_FLASH_STORE 0x10000

Comments

0x10000 corresponds to 64kb in hex, What are the other possibl

Wuzzy2
Wuzzy2 commented Jan 6, 2019
Issue type
  • Bug or legacy issue (not sure)
Minetest version

0.4.17.1

Summary

The keybindings menu has that weird warning at the top:

(If this menu screws up, remove stuff from minetest.conf)

Is this warning still relevant? I think this warning has been in Minetest since ages, yet it's still there.

If the warning is still relevant, please write down (in this

dmiller-nmap
dmiller-nmap commented Mar 14, 2020

Npcap Guide does not have good documentation of the interaction between the sizes of the kernel buffer, the user buffer, and the number of CPU cores. This information is vital to proper tuning of performance. A brief description follows, which could be used to begin the appropriate documentation:

The Npcap driver stores captured packets in a circular buffer until the

jairodyne
jairodyne commented Dec 25, 2019

Information
conky 1.10.8 compiled Wed Feb 28 17:11:42 UTC 2018 for Linux 4.4.0-101-generic x86_64

Conky is writing in /var/log/syslog every second ! How to stop this, please ?!
I believe that it will be very desirable to stop writing logs. If needed, you can turn it on.
A single config line like "Enable log=false" or "Enable log=true" it's enough.
Thanks.

pltrz
pltrz commented Aug 7, 2018

I think some kind of interactive vistutor would be greatly beneficial.

It could serve as a starting point or as a continuation for learning certain topics.

I realize that such a tutorial might include a bit of different topics, just to name a few obvious ones:

  • regular expressions
  • structural regular expressions
  • vi commands
  • sam commands

It feels to me inaccessible to people ne

Seadragon91
Seadragon91 commented May 1, 2020

Client version: 1.12.2

Actual behavior

I found out that you can attack mobs/players that are normally out of reach.

Steps to reproduce the behavior

I tested a client named wurst and there exists a mode named freecam. That allows you to go around like a ghost and with it you can attack mobs/players.

The problem is that there is no range check in:
https://github.com/cuberite/cube

f2d
f2d commented Jun 19, 2017

With this code in my server blocks (included as a snippet):

if ($time_iso8601 ~ "^(?<year>\d{4})-(?<month>\d{2})-(?<day>\d{2})") {}

access_log /var/log/nginx/$server_log_prefix.access.$year-$month-$day.log;

For some requests (probably something automated, probably invalid, maybe even malformed) nginx ends up with just this filename: ".access.--.log"

Depending on whether it

Created by Roberto Ierusalimschy, Waldemar Celes, and Luiz Henrique de Figueiredo

Released 1993

Organization
lua
Website
www.lua.org
Wikipedia
Wikipedia

Related Topics

language
You can’t perform that action at this time.