Richard Knight
Richard Knight
Nice one, that works in vim for me too :) Still doesn't work in the shell, but I can live without that!
Dupe of #30. Happy for someone to have a go at fixing it, but all the `array_push` calls are a far bigger issue if you care about it failing nicely...
Not at the moment, mostly just cos it's not really something I'd use, but not opposed to someone else having a go if they want! Having said that, I also...
Yeah, it's intentional, though not very obvious! I guess it stems from using default C zero-initialisation to mean 'invalid' - so: fastObjIndex idx = { .p = position_index }; would...
Yep, sounds useful. Probably be a while before I'll get around to it though. Happy to take contributions in the meantime :)
Not really. I'd assume two passes would slow it down - I think reading and parsing in a single pass is where most of the performance benefit comes from over...
Not something I've ever used, don't see why it wouldn't work though. I tend to just drop the header in whatever I'm using then check it in with the rest...
Thanks! Let me have a think about this - I think it's probably a better way of doing things, but slightly worried by the API change, mostly because I've never...
Woah, sorry, thanks for the prod. Completely forgot to get back to this! I'll try and make some time in the next couple of weeks to get this in -...
Thank you! Sorry this took so long!