Tim Caswell
Tim Caswell
Implemented in https://github.com/luvit/luv/commit/7526c1d9955f085df9eb1c25fcc31c0cfe67e583
> The assumption that if a memory block cannot be allocated, the process must terminate is a brave one. I think of it as a non-feature to keep things simpler...
The idea is that error handling will be handled at the lua level instead of at the C level. The fatal exit here is to prevent strange undefined behavior when...
After thinking about this for a while, I do think this needs to be handled at the luv level. How exactly does NAN make `MakeCallback` configurable? My idea is to...
See #128 for more related ideas.
I would think you could simply add the path to the header file manually in your custom cmake script. Also look through the existing config variables in the cmake script....
A patch is fine, but what's wrong with just using the http API directly? I mean there is nothing forcing you to use my save wrapper. I never intended the...
Sounds good to me if you're willing to write the patch.
Actually though, I thought it was safe already. Doesn't it only request a new revision if there isn't one in the local cache? This means if someone changes the value...
Well, the thing is, I also want to optimize for the case where you know you're the only client to the database. In that case revisions only get in the...