Skip to content
lua logo

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.

  • Sign up for GitHub or sign in to edit this page
  • Created by Roberto Ierusalimschy, Waldemar Celes, and Luiz Henrique de Figueiredo
  • Released 1993

Here are 5,177 public repositories matching this topic...

cwrseck
cwrseck commented Jul 31, 2019

Missing feature

Difficulty in building easily usable local documentation; obscure Mkdocs setting.

Justification

I work offline a lot, and therefore configure the (excellent) NodeMCU docs
for local use; there are minor problems with Mkdocs versions (see Issue 2645)
but setting up the correct local page linking has been an unregenerate pig,
requiring a great deal of messing around wi

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

guyharris
guyharris commented Apr 5, 2019

Somebody reported a "failed to set hardware filter to promiscuous mode)" error; that comes from a PacketSetHwFilter() call, which ultimately does a DeviceIoControl() for NDIS adapters.

libpcap currently doesn't call GetLastError() and report the error code as part of the error if if PacketSetHwFilter() fails. That might provide more useful debugging information.

Gerold103
Gerold103 commented Sep 23, 2019

There are several modules in Lua allowing to transform data from one format to another. YAML, Msgpack, Msgpackffi, JSON. They are available as require('msgpack'), require('yaml'), require('json'). They provide method cfg{}. It takes a dictionary of options to update. The options are members of struct luaL_serializer object in C.
The problem is that this structure needs to be visible in Lua.

A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Automotives, Retail, Pharma, Medicine, Healthcare by Tarry Singh until at-least 2020 until he finishes his Ph.D. (which might end up being inter-stellar cosmic networks! Who knows! 😀)

  • Updated Oct 21, 2019
  • 1 commits
  • Python
You can’t perform that action at this time.