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

odelvalle
odelvalle commented Sep 17, 2019

Summary

Plugin key-auth throw error if key value is empty in header. This should response 401, because key value is invalid.

Steps To Reproduce

  1. Create any service
  2. Add key-auth plugin to service
  3. Key name: "key"
  4. Make a request with header "key" without value

Additional Details & Logs

  • Kong version (1.0.2)
  • Kong error logs
Error log: [error] 39#0:
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.

kshcherbatov
kshcherbatov commented Sep 23, 2019
s = box.schema.space.create('x')
pk = s:create_index('pk')
s:create_index( '_rawdata', { type='tree', unique=false, parts={{ 5, 'scalar', path='pay_date_to', is_nullable=true }} } )
s:insert{6, 1569246252, 2, 77, { f1 = 123, pay_date_to = box.NULL }, 21, 1, 361 }
-- now you need to apply a format for root fields
s:format({{type='any', name='1'}, {type='any', name='2'}, {type='any', name=

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 16, 2019
  • 1 commits
  • Python
You can’t perform that action at this time.