ekroon
ekroon
I tried implementing #356 while also taking into consideration the feedback on #414 I ended up copying the Postgres implementation to the Sqlite implementation, which is not great for maintenance,...
I would like to use ROAPI endpoints from a browser. Currently when accessing `/api/tables/{table_name}` endpoint with a browser you get an error like the following: `{ "code": 400, "error": "unsupported_content_type",...
I was wondering if you considered stack pinning for arguments as an alternative solution for [ensuring Ruby values are not removed from the stack](https://github.com/matsadler/magnus#safety)? I am trying to prototype it...
Add troubleshooting tips for clipboard tools and TMUX over SSH. This is helping for the issue: https://github.com/anomalyco/opencode/issues/2773 I am not sure it is the fix, because it is unclear to...