Andrew Starks

Results 35 comments of Andrew Starks

I saw that too, but I got stuck thinking that there were perhaps 3 entry points for object creation. I can't remember why, but I think it had something to...

Hey Steve, Did you get my attachments/emails for the changes I made to PL, so that it could autoload into a provided table? I'm not sure that github lets you...

Nope. I don't think I have that... unless it's on the lua list. On Wed, Feb 20, 2013 at 4:39 AM, Steve J Donovan [email protected]: > Nope, didn't arrive here...

Somewhat tangential, but I was reading up on [Linux's io_uring API](https://lwn.net/Articles/810414/) and had the thought that adding support for it in cqueues might make it simpler to also support IOCP,...

[Looking in the comments](https://lwn.net/Articles/810496/), I see that @wahern isn't huge fan of this, so maybe it's not a great fit. :)

Not sure if this is related, but the example script causes a segfault on the Mac. Right now, I'm just making the examples run and not actually debugging them, I...

I won't disagree. (Btw, I switched to using penlight. I like the Author of that package more. ;) My case might be odd, but it doesn't feel that way... Yet....

Also.. I'd like to cover the case of dumb input, not just missing input. In my case, an element with two attributes with the same name or the wrong type...

As a wrapper around pcall? not so much. However, when one contemplates the use of a global flag, such as DEBUG or RELEASE, then `try` the method would be excellent...

Btw, the interface for my `trycatch` example could be better. Please don't judge me, based on that. :)