Results 57 comments of Michael Drake

Hello! The README file says it here: https://github.com/tlsa/libcyaml/blob/main/README.md?plain=1#L40 Maybe I can make it clearer.

When I was writing that, the reason I considered it a feature is that it gives people the assurance that under the hood it's the canonical implementation of the YAML...

Why not just create wrappers that set and restore the locale around cyaml load/save calls? For example something like this (untested): ```c bool my_yaml_loader( const char *path, my_data_t **data_out) {...

There's a very old RISC OS port here: http://picodrive.acornarcade.com/

Another point is that my program already knows the areas that have changed, so if the `cgif_addframe` API supported it, I could just pass the rectangle in.

Thanks for the response @dloebl, no worries I'm far too busy too. :joy_cat: I think I've answered my own question by remembering that the cgif API doesn't support setting the...