Results 3 issues of Sam

I've created a blog post with some information about a coding AI fine-tuned on Vala. I believe it will be of interest to many in the Vala community.

pico_flash_write() assigns memory to stored_value using a call to malloc. Later it assigns stored_value the result of pico_flash_read() without freeing stored_value first. To be honest, I don't think a library...

One of the coolest things about running local models is that you can fine tune them for niche languages (like I have done for [Vala](https://github.com/supercamel/ValaBot)) or subsets of languages (like...

enhancement