ludrao

Results 5 issues of ludrao

[ ] 🐞 Bug [X] 🚀 Feature [ ] 🛠 Task [ ] 📄 Documentation ### Description It would be neet to support the sync approach. The current steps only...

There are a few #define that define default option. This pull request adds support to change those defines at compile time (instead of having to modify the source file)

cdb_make_finish is a tinycdb private function so it is not exported. The public function cdb_make_finish calls it anyway. This pull request helps using lcdb with a shared library without having...

I use the standard lua os.tmpname() to give me a temporary file name to use for the cdb.make(). For security reason os.tmpname() does create en empty name (to prevent permission...

When a PR is updated with a new commit, sometimes the plugin uses the previous merged commit rather than the new one. **Possible cause of the issue**: I understood that...