Jasmijn Wellner
Jasmijn Wellner
That's unfortunate. Could you help me out by creating a minimal reproducible example? That would allow me to figure out if there is a way to fix this or at...
Fascinating! I hope you don't mind I'll keep thinking about if I want to merge this for a while. I might prefer to add an API for a more generic...
I'm working out the details still, but my thinking is to 1) have extensions specify a type string together with a matcher function to determine which values they should handle...
Not yet, I have been distracted for personal reasons the last month. I expect to be able to get back in the game shortly. I can't promise anything, but I...
I've written a prototype for the extension API! Check out the [extensions branch](/gvx/bitser/tree/extensions), and in particular [the tentative documentation](/gvx/bitser/blob/extensions/EXTENSION_API.md), I'd love to hear what you think!
Hey, I've been busy with other things for a while. If you could benchmark the performance impact you mentioned, that would be great. I'll need to look into what I...
I would like to see if I can fold VLAs and VLSs into type code 252 first. @adriweb Yes, in my head I'd already reserved type code 255 for some...
Could you provide a minimal code sample that reproduces the problem? That way I can test any potential solution. I don't think the `tostring` approach will work, [given the LuaJIT...
My issue with your proposed solution is that it will fail on ctypes with metatables like `{__tostring = function(v) return 'ctype object' end}`. What seems to work fine is ```lua...
If you have the solution, please, be my guest!