Search lua-l
This index contains 143,615 documents and
1,774,615 keywords. Last update on
2023-03-09 .
- 361. Re: Colon notation in object-oriented programming (score: 15)
- Author: Sean Conner <sean@...>
- Date: Sun, 5 Mar 2017 17:25:13 -0500
- It was thus said that the Great Dirk Laurie once stated: I tried that code and I got: lua: /tmp/xx.lua:3: attempt to index a nil value stack traceback: /tmp/xx.lua:3: in main chunk [C]: ? It took me
- 362. Re: how to use metalua? (score: 15)
- Author: ?? <fatfatson@...>
- Date: Tue, 4 Aug 2015 20:38:16 +0800
- thanks Fabien! now i want to know: 1.how to add new grammar sugars? such as the origin example "Let ... In .." in your old docs? 2.give a simple interative shell( maybe the metalua.lua in root dir?)
- 363. Re: how to use metalua? (score: 15)
- Author: Fabien <fleutot+lua@...>
- Date: Tue, 4 Aug 2015 11:32:33 +0200
- hello, I haven't had time to work on metalua for quite some time, alas, and many docs aren't up-to-date. Have you pulled a recent version from Github (0.7.x) ? You'll find some things to get started
- 364. how to use metalua? (score: 15)
- Author: ?? <fatfatson@...>
- Date: Tue, 4 Aug 2015 11:46:47 +0800
- hi,all: i'm interested in metalua for building a simple dsl. but it seems there's no any availabe tutorial for the latest version? i pull the source from github, there's no sample or test files, and
- 365. Re: namespace blues (score: 15)
- Author: Dirk Laurie <dirk.laurie@...>
- Date: Fri, 17 Apr 2015 11:49:13 +0200
- 2015-04-17 11:16 GMT+02:00 <klaas.decanniere@telenet.be>: In an interactive Lua session, local variables are local to the line of code unless they are in an unclosed block. I.e. local z={}; z.z = {}
- 366. namespace blues (score: 15)
- Author: klaas.decanniere@...
- Date: Fri, 17 Apr 2015 11:16:04 +0200 (CEST)
- Lua 5.1 (on windows, if it matters) z = {} z.z = {} works local z={} z.z = {} does not work stdin:1: attempt to index global 'z' (a nil value) stack traceback: stdin:1: in main chunk [C]: ? What is h
- 367. Re: Bizarre behavior with debug.setupvalue() in Lua 5.3 (score: 15)
- Author: Sean Conner <sean@...>
- Date: Sat, 28 Mar 2015 00:05:24 -0400
- It was thus said that the Great Soni L. once stated: Then perhaps I have the wrong mental image of how upvalues work in Lua, because it's doing things I don't expect. Okay, explain to me like I'm fiv
- 368. Re: Bizarre behavior with debug.setupvalue() in Lua 5.3 (score: 15)
- Author: Sean Conner <sean@...>
- Date: Fri, 27 Mar 2015 17:28:30 -0400
- It was thus said that the Great Paul K once stated: I would expect setting the first upvalue of meta.print() to meta would make meta the default global environment for meta.print() and not replace th
- 369. Re: Bizarre behavior with debug.setupvalue() in Lua 5.3 (score: 15)
- Author: "Soni L." <fakedme@...>
- Date: Fri, 27 Mar 2015 18:18:00 -0300
- meta = { io = io, tostring = tostring, select = select, print = function(...) io.stdout:write("HERE I AM, JH ... ") for i = 1 , select('#',...) do io.stdout:write(tostring(select(i,...)),"\t") end io
- 370. Bizarre behavior with debug.setupvalue() in Lua 5.3 (score: 15)
- Author: Sean Conner <sean@...>
- Date: Fri, 27 Mar 2015 17:05:46 -0400
- The following script fails: meta = { io = io, tostring = tostring, select = select, print = function(...) io.stdout:write("HERE I AM, JH ... ") for i = 1 , select('#',...) do io.stdout:write(tostring
- 371. Sailor - Representing datetime values in the model sintax (score: 15)
- Author: luciano de souza <luchyanus@...>
- Date: Sat, 28 Feb 2015 11:15:52 -0300
- Hello all, I got an error about a Sailor model. Let's see the database structure: create table entries ( id integer primary key not null, created datetime not null, content text not null ); Now, let
- 372. Re: Suggestion for Lua 5.3.0 -- require search paths (and mathlib comments) (score: 15)
- Author: "Tony Papadimitriou" <tonyp@...>
- Date: Mon, 7 Apr 2014 13:10:52 +0300
- However, I think the arg[0] 'trick' does not work with redirection: lua: stdin:1: attempt to index global 'arg' (a nil value) stack traceback: stdin:1: in main chunk [C]: in ? -- My thoughts so far (
- 373. Re: LuaSOAP problem in decoding response. (score: 15)
- Author: Tomas Guisasola Gorham <tomas@...>
- Date: Fri, 8 Nov 2013 13:57:36 -0200 (BRST)
- Hi Michael This seems to work in that: a) it creates network activity and b) it gets a response that is sensible for the input. But something inside client.lua crashes while trying to decode, so this
- 374. Re: LuaSOAP problem in decoding response. (score: 15)
- Author: Tomas Guisasola Gorham <tomas@...>
- Date: Thu, 7 Nov 2013 10:53:54 -0200 (BRST)
- Hi Michael lua5.1: /usr/share/lua/5.1/soap/client.lua:96: Error while decoding: /usr/share/lua/5.1/soap.lua:239: attempt to index local 'o' (a nil value) This is a broken old version. Unfortunately I
- 375. LuaSOAP problem in decoding response. (score: 15)
- Author: Michael Richter <ttmrichter@...>
- Date: Thu, 7 Nov 2013 14:06:43 +0800
- I'm trying to build a module that will access IDEone, which itself uses a SOAP interface. Here's the script I'm using to access it: http://sprunge.us/Xjjj?lua This seems to work in that: a) it crea
- 376. Re: How can I use orbiter/libs/jquery.lua of orbiter? (score: 15)
- Author: "Journeyer J. Joh" <oosaprogrammer@...>
- Date: Sun, 3 Nov 2013 22:52:57 +0900
- Let me add one more question. (two now ^^) As I said, I am doing this (using Orbiter's html and jquery library in Orbit App) because I want to write a jquery embedded html and the jquery contains int
- 377. Re: How can I use orbiter/libs/jquery.lua of orbiter? (score: 15)
- Author: "Journeyer J. Joh" <oosaprogrammer@...>
- Date: Wed, 30 Oct 2013 15:01:15 +0900
- Hi Steve Donovan and people on lua mail list, I can answer my question #2, >> 'samples/todo/todo.op' provides an example of using jquery in orbit. But to test the sample I had to fix as shown below.
- 378. How can I use orbiter/libs/jquery.lua of orbiter? (score: 15)
- Author: "Journeyer J. Joh" <oosaprogrammer@...>
- Date: Tue, 29 Oct 2013 20:06:59 +0900
- Hi Steve Donovan and people on lua mailing list, I've got a question about using 'orbiter jquery library' in 'orbit app'. I am now implementing a web site for embedded system now using of orbit. From
- 379. Re: imap client (score: 15)
- Author: Michal Kottman <michal.kottman@...>
- Date: Sun, 4 Aug 2013 16:55:56 +0200
- Excuse my newb question, using Michal's example code from https://gist.github.com/mkottman/6108316 I used the following code which produced the error below: Can someone explain what the above error m
- 380. Re: imap client (score: 15)
- Author: Josh Amishav-Zlatin <jamuse@...>
- Date: Sun, 4 Aug 2013 16:52:21 +0300
- Excuse my newb question, using Michal's example code from https://gist.github.com/mkottman/6108316 I used the following code which produced the error below: gmail:capability() gmail:login("my
Search by
Namazu v2.0.21